We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407b3d commit 1db010eCopy full SHA for 1db010e
1 file changed
.scrutinizer.yml
@@ -1,21 +1,12 @@
1
-name: CI
2
-
3
-on:
4
- push:
5
- pull_request:
6
7
-jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
11
- steps:
12
- - uses: actions/checkout@v4
13
14
- - uses: actions/setup-node@v4
15
- with:
16
- node-version: 20.19.0
17
- cache: npm
18
19
- - run: npm ci
20
- - run: npm run build
21
- - run: npm run lint
+checks:
+ javascript: true
+
+build:
+ image: default-jammy
+ nodes:
+ analysis:
+ environment:
+ node: 20
+ tests:
+ override:
+ - js-scrutinizer-run
0 commit comments