temp: disable eslint

This commit is contained in:
Albert Pai
2024-10-02 17:31:54 -07:00
committed by GitHub
parent 7fc03c8e84
commit 685262f314

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