From 439ddab5871b6eca9843d8792b2101809c30393e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <35407363+EniumRaphael@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:49:42 +0200 Subject: [PATCH] chore(bun/eslint): now using only eslint --- .github/workflows/bun.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 7ccabb4..a98d0e3 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -22,7 +22,5 @@ jobs: run: bun install --frozen-lockfile - name: Check liniting run: bunx eslint . --max-warnings=0 - - name: Check norme - run: bunx prettier --check . - name: Build run: bun run build