Skip to content

Commit

Permalink
Update GitHub Actions workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
opifex authored and opifex committed Jul 30, 2023
1 parent def6c91 commit 09248bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: Qodana Code Quality
on:
- push
- pull_request

env:
CI: true
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
Expand Down

0 comments on commit 09248bb

Please sign in to comment.