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:
Raphael 2025-11-24 15:57:04 +01:00 committed by Raphaël
parent 084a41adae
commit 3799d6f922

View file

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