feat(workflows): add qodana scan
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@@ -75,3 +75,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests 🧪
|
- name: Run tests 🧪
|
||||||
run: pnpm cypress install && pnpm run test --cache-dir=.turbo
|
run: pnpm cypress install && pnpm run test --cache-dir=.turbo
|
||||||
|
|
||||||
|
- name: Qodana Scan 🚀
|
||||||
|
uses: JetBrains/qodana-action@main
|
||||||
|
env:
|
||||||
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user