We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2215de3 commit 01fc15aCopy full SHA for 01fc15a
.github/workflows/check.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Biome
81
if: ${{ !cancelled() && steps.install.outcome == 'success' }}
82
- run: bun run biome ci --error-on-warnings .
+ run: bun run biome ci --error-on-warnings
83
84
- name: tsc (source)
85
0 commit comments