Skip to content

Merge pull request #130 from siketyan/fix/github-reporter-action #29

Merge pull request #130 from siketyan/fix/github-reporter-action

Merge pull request #130 from siketyan/fix/github-reporter-action #29

Workflow file for this run

name: qodana
on:
push:
branches:
- main
pull_request: ~
workflow_dispatch: ~
jobs:
scan:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
- run: composer install
- uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_CLOUD_TOKEN }}