Continue lint steps on error
notnite.com 2 years ago ca4537cf 4b27c57d
··· 24 24 run: pnpm install --frozen-lockfile 25 25 - name: Run tsc 26 26 run: pnpm run typecheck 27 27 + continue-on-error: true 27 28 - name: Run ESLint 28 29 run: pnpm run lint 30 30 + continue-on-error: true