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 3c4c9ac commit 5cad20eCopy full SHA for 5cad20e
.github/workflows/verify.yml
@@ -130,7 +130,7 @@ jobs:
130
# - name: Biome lint
131
# run: |
132
# . venv/bin/activate
133
-# mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.0.0/biome-darwin-arm64" -o ./tmp/biome && chmod +x ./tmp/biome
+# mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.0.0/biome-linux-x64" -o ./tmp/biome && chmod +x ./tmp/biome
134
# pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
135
- name: Lint markdown files
136
run: |
0 commit comments