Skip to content

Commit ac56986

Browse files
committed
disable linting in ci
1 parent 81e7a08 commit ac56986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: npm run typecheck
3535

3636
- name: ⬣ ESLint
37-
run: npm run lint
37+
# run: npm run lint
38+
run: echo "Linting is disabled"
3839

3940
tests:
4041
name: 🧪 Test

0 commit comments

Comments
 (0)