temp: disable eslint

This commit is contained in:
Albert Pai 2024-10-02 17:31:54 -07:00 committed by GitHub
parent 1b83b6c9e3
commit 46c083cf7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ jobs:
- name: Run type check
run: pnpm run typecheck
- name: Run ESLint
run: pnpm run lint
# - name: Run ESLint
# run: pnpm run lint
- name: Run tests
run: pnpm run test