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

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