Skip to content

Commit ad92147

Browse files
authored
Update ci.yml
1 parent 65b5112 commit ad92147

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
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
node-version-file: .nvmrc
2424
- run: npm ci
25-
- run: npx eslint -ext js,ts .
25+
- run: npx eslint . --ext .js,.ts
2626
- run: npm test

0 commit comments

Comments
 (0)