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 9356a8b commit e2e69daCopy full SHA for e2e69da
.github/workflows/verify.yml
@@ -160,7 +160,7 @@ jobs:
160
- name: Biome lint
161
run: |
162
. venv/bin/activate
163
- curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome"
+ curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome
164
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
165
- name: Lint markdown files
166
0 commit comments