Skip to content

Commit e716a73

Browse files
committed
Re-enable linting
1 parent f4c6a89 commit e716a73

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Lint
3333
run: npm run lint
34-
if: ${{ false }} # Disable linting for now
34+
if: ${{ ! startsWith(matrix.node-version, '16.') }}
3535

3636
- name: Test
3737
run: npm test

0 commit comments

Comments
 (0)