Skip to content

Commit e94daa6

Browse files
author
Calvin A. Allen
committed
Remove linting for now
1 parent 1d90231 commit e94daa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
id: npm-format-check
3838
run: npm run format:check
3939

40-
- name: Lint
41-
id: npm-lint
42-
run: npm run lint
40+
# - name: Lint
41+
# id: npm-lint
42+
# run: npm run lint
4343

4444
- name: Test
4545
id: npm-ci-test

0 commit comments

Comments
 (0)