|
@@ -16,5 +16,5 @@ jobs:
|
|
- run: bun --version
|
|
- run: bun --version
|
|
- name: Install frontend dependencies
|
|
- name: Install frontend dependencies
|
|
run: bun install --frozen-lockfile
|
|
run: bun install --frozen-lockfile
|
|
- - run: bun run lint
|
|
|
|
|
|
+ - run: bun run lint:frontend
|
|
- run: bun run lint:types
|
|
- run: bun run lint:types
|