Skip to content

Commit 5a3566b

Browse files
committed
ci: fix ci
1 parent 64c6b77 commit 5a3566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define lint_target
4242
endef
4343

4444
lint:
45-
python scripts/sort_tags.py
45+
poetry run python scripts/sort_tags.py
4646
poetry sort
4747
npx prettier --write "**/*.{ts,tsx,css,json,yaml,yml,md}"
4848
$(call lint_target,.)

0 commit comments

Comments
 (0)