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 2f4a5f8 commit f0e6a89Copy full SHA for f0e6a89
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
version: latest
59
60
- name: Run Biome
61
- run: biome ci .
+ run: biome ci . --linter-enabled=false
62
63
format-rust:
64
name: Format (Cargo)
@@ -120,6 +120,21 @@ jobs:
120
with:
121
args: --workspace --all-features --locked
122
123
+ lint-biome:
124
+ name: Lint (Biome)
125
+ runs-on: ubuntu-latest
126
+ steps:
127
+ - name: Checkout
128
+ uses: actions/checkout@v4
129
+
130
+ - name: Setup Biome
131
+ uses: biomejs/setup-biome@v2
132
+ with:
133
+ version: latest
134
135
+ - name: Run Biome
136
+ run: biome ci .
137
138
build-desktop:
139
name: Build Desktop
140
strategy:
0 commit comments