Unverified Commit 5e13a50b authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

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

parent 374ce5dc
...@@ -18,3 +18,4 @@ jobs: ...@@ -18,3 +18,4 @@ jobs:
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()
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment