Skip to content

Commit 2fc66a0

Browse files
committed
ci: run ESLint, too
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f6b325b commit 2fc66a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- run: npm ci
1717
- run: npm run build
18+
- run: npm run lint
1819
- run: npm run test
1920
- run: npm run package
2021
- name: Verify that `dist/index.js` is up to date

0 commit comments

Comments
 (0)