core(git/workflows): now the workflow will accept warning
- Since the last update the deprecated is write in the lib but not the alternative yet
This commit is contained in:
parent
084a41adae
commit
3799d6f922
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bun.yml
vendored
2
.github/workflows/bun.yml
vendored
|
|
@ -21,6 +21,6 @@ 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 . --max-warnings=0
|
run: bunx eslint .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: bun run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue