Skip to content

Commit aee7628

Browse files
feat(ci): remove Qodana scan
1 parent 466fb9c commit aee7628

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/honegger.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,3 @@ jobs:
4040
- run: pnpm install --frozen-lockfile
4141
- run: pnpx playwright install --with-deps
4242
- run: pnpm test
43-
44-
qodana-js:
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v3
48-
- uses: pnpm/action-setup@v2
49-
with:
50-
version: 8
51-
- uses: actions/setup-node@v3
52-
with:
53-
node-version: 18
54-
cache: pnpm
55-
- run: pnpm install --frozen-lockfile
56-
- name: 'Qodana JS Scan'
57-
uses: JetBrains/[email protected]
58-
with:
59-
args: '--linter,jetbrains/qodana-js'
60-
artifact-name: 'qodana-js-report'
61-
cache-dir: ${{ runner.temp }}/qodana-js/caches

0 commit comments

Comments
 (0)