this repo has no description

Don't continue on error lint

Changed files
-2
.github
workflows
-2
.github/workflows/lint.yml
···
run: pnpm install --frozen-lockfile
- name: Run tsc
run: pnpm run typecheck
-
continue-on-error: true
- name: Run ESLint
run: pnpm run lint
-
continue-on-error: true