Skip to content

Commit 21b8633

Browse files
committed
ci: fail biome on warnings
1 parent a4c01e8 commit 21b8633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Setup Biome
1818
uses: biomejs/setup-biome@v2
1919
- name: Run Biome
20-
run: biome ci .
20+
run: biome ci --error-on-warnings .

0 commit comments

Comments
 (0)