Skip to content

Commit 9356a8b

Browse files
committed
Re-add biome to actions
1 parent e57a666 commit 9356a8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ jobs:
157157
run: |
158158
. venv/bin/activate
159159
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
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"
164+
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
160165
- name: Lint markdown files
161166
run: |
162167
. venv/bin/activate

0 commit comments

Comments
 (0)