From d176a74815b5ced6929664522009aa99d628a8f1 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Tue, 17 Jun 2025 22:28:04 +0200 Subject: [PATCH] Misc: fix ci / biome --- .github/workflows/lint.yml | 2 ++ Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19e09b8133..a7bc0b7fa7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,5 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Set-up Biome uses: biomejs/setup-biome@v2 + with: + version: 1.9.4 - name: Run biome run: biome ci diff --git a/Makefile b/Makefile index 5d43259477..92db004a94 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ fmt: git diff --exit-code fmt-js: - npx @biomejs/biome format --write + npx @biomejs/biome@1.9 format --write lint-js: - npx @biomejs/biome lint + npx @biomejs/biome@1.9 lint clean: dune clean