Skip to content

Commit

Permalink
test inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 22, 2023
1 parent 9559276 commit 15d3724
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: scan
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
# - name: scan
# uses: JetBrains/qodana-action@v2023.2
# env:
# QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

inspect:
runs-on: ubuntu-latest
needs: [build, scan]
steps:
- run: jq '.' $GITHUB_EVENT_PATH

release:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 15d3724

Please sign in to comment.