Skip to content

Commit

Permalink
disable linting until we can figure out what the heck is up with it
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 26, 2024
1 parent 937611c commit 1a8ea26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: ʦ TypeScript
run: npm run typecheck

- name: ⬣ ESLint
run: npm run lint
# TODO: re-enable linting
# - name: ⬣ ESLint
# run: npm run lint

deploy:
name: 🚀 Deploy
Expand Down

0 comments on commit 1a8ea26

Please sign in to comment.