Skip to content

Commit 6da33d7

Browse files
committed
Disable biome-check
1 parent 24d2f73 commit 6da33d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ jobs:
127127
run: |
128128
. venv/bin/activate
129129
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
130-
- name: Biome lint
131-
run: |
132-
. venv/bin/activate
133-
mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/latest/download/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
130+
# - name: Biome lint
131+
# run: |
132+
# . venv/bin/activate
133+
# mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/latest/download/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
135135
- name: Lint markdown files
136136
run: |
137137
. venv/bin/activate

0 commit comments

Comments
 (0)