Skip to content

Commit

Permalink
Code Checking Quality by CI - fix Action folder
Browse files Browse the repository at this point in the history
  • Loading branch information
almog2290 committed Jul 31, 2024
1 parent 269dea8 commit 28e32ac
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ on:
jobs:
qodana:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Capstone Project Phase B
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 28e32ac

Please sign in to comment.