We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3324e4a commit 5e75c06Copy full SHA for 5e75c06
.github/workflows/lint.yml
@@ -43,5 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
- name: Set-up Biome
45
uses: biomejs/setup-biome@v2
46
+ with:
47
+ version: 1.9.4
48
- name: Run biome
49
run: biome ci
Makefile
@@ -28,10 +28,10 @@ fmt:
28
git diff --exit-code
29
30
fmt-js:
31
- npx @biomejs/biome format --write
+ npx @biomejs/biome@1.9 format --write
32
33
lint-js:
34
- npx @biomejs/biome lint
+ npx @biomejs/biome@1.9 lint
35
36
clean:
37
dune clean
0 commit comments