Skip to content

Commit a62ce5c

Browse files
committed
fix: drop misbehaving linter
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 071751e commit a62ce5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
id: npm-format-check
4444
run: pnpm run format:check
4545

46-
- name: Lint
47-
id: npm-lint
48-
run: pnpm run lint
49-
5046
- name: Test
5147
id: npm-ci-test
5248
run: pnpm run test

0 commit comments

Comments
 (0)