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 c4e2e30 commit 81e60e5Copy full SHA for 81e60e5
.github/workflows/verify.yml
@@ -160,7 +160,7 @@ jobs:
160
- name: Biome lint
161
run: |
162
. venv/bin/activate
163
- mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome && chmod -x ./tmp/biome
+ mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome && chmod +x ./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