Skip to content

Commit 5cad20e

Browse files
committed
Disable biome for now but leave correctly
1 parent 3c4c9ac commit 5cad20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# - name: Biome lint
131131
# run: |
132132
# . 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
133+
# 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
134134
# pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
135135
- name: Lint markdown files
136136
run: |

0 commit comments

Comments
 (0)