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
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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