Skip to content

Commit b5cf0db

Browse files
committed
build: update CI config
1 parent 3a07839 commit b5cf0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install modules
2020
run: npm ci
2121
- name: ESLint
22-
run: npx eslint --ext .js --ext .ts .
22+
run: npx eslint
2323
- name: TypeScript validity
2424
run: npm run test:typescript
2525

0 commit comments

Comments
 (0)