fix: 💚 lint all aspects of frontend, even if failure

This commit is contained in:
ThatOneCalculator
2024-01-04 17:23:03 -08:00
parent 374ce5dc35
commit 5e13a50b42

View File

@ -17,4 +17,5 @@ jobs:
- name: Install frontend dependencies
run: bun install --frozen-lockfile
- run: bun run lint:frontend
- run: bun run lint:types
- run: bun run lint:types
if: success() || failure()