File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- run : yarn test:tsc
24
24
- run : |
25
25
echo ::add-matcher::.github/eslint.json
26
- yarn run eslint src test --format=compact
26
+ yarn run eslint src test --format=compact --max-warnings=0
27
27
- run : yarn test:prettier
28
28
- uses : actions/upload-artifact@v3
29
29
if : failure()
Original file line number Diff line number Diff line change 29
29
"test" : " yarn test:mocha && yarn test:tsc && yarn test:lint && yarn test:prettier" ,
30
30
"test:coverage" : " c8 yarn test:mocha" ,
31
31
"test:mocha" : " rm -rf test/.observablehq/cache test/input/build/*/.observablehq/cache && OBSERVABLE_TELEMETRY_DISABLE=1 TZ=America/Los_Angeles tsx --no-warnings=ExperimentalWarning ./node_modules/.bin/mocha 'test/**/*-test.*'" ,
32
- "test:lint" : " eslint src test" ,
32
+ "test:lint" : " eslint src test --max-warnings=0 " ,
33
33
"test:prettier" : " prettier --check src test" ,
34
34
"test:tsc" : " tsc --noEmit" ,
35
35
"observable" : " tsx --no-warnings=ExperimentalWarning ./bin/observable.ts"
You can’t perform that action at this time.
0 commit comments