Skip to content

Commit 7a94d2b

Browse files
committed
use npx for running lefthook
1 parent 9ce799f commit 7a94d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: list packages
2626
run: npm list
2727
- name: Lint project
28-
run: lefthook run pre-commit --all-files
28+
run: npx lefthook run pre-commit --all-files

0 commit comments

Comments
 (0)