We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466fb9c commit aee7628Copy full SHA for aee7628
.github/workflows/honegger.yml
@@ -40,22 +40,3 @@ jobs:
40
- run: pnpm install --frozen-lockfile
41
- run: pnpx playwright install --with-deps
42
- 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
53
- node-version: 18
54
- cache: pnpm
55
- - run: pnpm install --frozen-lockfile
56
- - name: 'Qodana JS Scan'
57
- uses: JetBrains/[email protected]
58
59
- args: '--linter,jetbrains/qodana-js'
60
- artifact-name: 'qodana-js-report'
61
- cache-dir: ${{ runner.temp }}/qodana-js/caches
0 commit comments