Skip to content

Commit b01d1b2

Browse files
One more try to fix ci build
1 parent fa25b12 commit b01d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
npm i
4646
npx tsc
47-
npx quick-lint-js ./*.mjs src/**/*.mjs test/**/*.mjs
47+
npx quick-lint-js ./*.mjs ./src/*.mjs ./test/*.mjs
4848
npm run formatCheck
4949
npx sql-bundle ./test/migrations
5050
NODE_V8_COVERAGE=coverage0 npx c8 -r lcovonly --all --src ./src node --experimental-test-coverage ./test/all.mjs

0 commit comments

Comments
 (0)