Update bun.yml
This commit is contained in:
parent
ee7239be06
commit
0768a2e4c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bun.yml
vendored
4
.github/workflows/bun.yml
vendored
|
|
@ -21,8 +21,8 @@ jobs:
|
||||||
- name: Install dependencies (cached)
|
- name: Install dependencies (cached)
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
- name: Check liniting
|
- name: Check liniting
|
||||||
run: bunx eslint .
|
run: bunx eslint . --fix && bunx eslint .
|
||||||
- name: Check norme
|
- name: Check norme
|
||||||
run: bunx prettier --check .
|
run: bunx prettier --write . && bunx prettier --check .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: bun run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue