Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matheeshapathirana committed Jun 24, 2024
1 parent 4fe2d96 commit 82688c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master
- 'releases/*'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master
- 'releases/*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ profile:
# - <path/where/not/run/inspection>

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh
bootstrap: pip install -r requirements.txt

#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
#plugins:
Expand Down

0 comments on commit 82688c5

Please sign in to comment.