feat(workflows): add qodana scan

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-09 11:53:10 +01:00
committed by Braks
parent 91a41574c2
commit 3435adddbe

View File

@@ -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 }}