|
@@ -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()
|