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 e57a666 commit 9356a8bCopy full SHA for 9356a8b
.github/workflows/verify.yml
@@ -157,6 +157,11 @@ jobs:
157
run: |
158
. venv/bin/activate
159
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
165
- name: Lint markdown files
166
167
0 commit comments