Skip to content

Commit e2e69da

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

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
@@ -160,7 +160,7 @@ jobs:
160160
- name: Biome lint
161161
run: |
162162
. venv/bin/activate
163-
curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome"
163+
curl -sL "https://github.com/biomejs/biome/releases/latest/download/biome-linux-x64" -o ./tmp/biome
164164
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
165165
- name: Lint markdown files
166166
run: |

0 commit comments

Comments
 (0)