From 3799d6f9227504d9604b46f81a86567470051d52 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 24 Nov 2025 15:57:04 +0100 Subject: [PATCH] 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 --- .github/workflows/bun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 17f30e4..449db5c 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -21,6 +21,6 @@ jobs: - name: Install dependencies (cached) run: bun install --frozen-lockfile - name: Check liniting - run: bunx eslint . --max-warnings=0 + run: bunx eslint . - name: Build run: bun run build