Skip to content

Commit 863fea2

Browse files
committed
Enable lint step in the CI build
1 parent b9b99b4 commit 863fea2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
- name: Run tests
3131
run: npm run test -- --run
3232

33-
# TODO: enable this once all checks are set
34-
# - name: Lint
35-
# run: npm run lint
33+
- name: Lint
34+
run: npm run lint

0 commit comments

Comments
 (0)