this repo has no description

Continue lint steps on error

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