code_quality.yml 360 B

12345678910111213141516171819
  1. name: Qodana
  2. on:
  3. workflow_dispatch:
  4. pull_request:
  5. push:
  6. branches:
  7. - develop
  8. jobs:
  9. qodana:
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: actions/checkout@v3
  13. with:
  14. fetch-depth: 0
  15. - name: 'Qodana Scan'
  16. uses: JetBrains/qodana-action@v2022.3.0
  17. env:
  18. QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}