Skip to content

Commit 2d4c6e3

Browse files
authored
chore: add qodana
1 parent 652fe9a commit 2d4c6e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/verify.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ jobs:
3333
- uses: volta-cli/action@v3
3434
- name: Dependencies
3535
run: yarn
36+
- name: Lint
37+
run: yarn lint
3638
- name: Build
3739
run: yarn build
3840
- name: Test
3941
run: yarn test
40-
- name: Lint
41-
run: yarn lint
42+
- name: 'Qodana Scan'
43+
uses: JetBrains/qodana-action@main
44+
env:
45+
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4246
- name: Storybook
4347
run: yarn build-storybook

0 commit comments

Comments
 (0)