code_quality.yml 314 B

123456789101112131415161718
  1. name: Qodana
  2. on:
  3. workflow_dispatch:
  4. pull_request:
  5. push:
  6. branches:
  7. - main
  8. - 'releases/*'
  9. jobs:
  10. qodana:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: actions/checkout@v3
  14. with:
  15. fetch-depth: 0
  16. - name: 'Qodana Scan'
  17. uses: JetBrains/qodana-action@v2022.3.0