chore(action/bun): adding the check of norme / eslint
This commit is contained in:
parent
31a9d34d42
commit
92fa611884
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 . --fix && bunx eslint .
|
run: bunx eslint . --max-warnings=0
|
||||||
- name: Check norme
|
- name: Check norme
|
||||||
run: bunx prettier --write . && bunx prettier --check .
|
run: 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