Skip to content

Commit 1784ef4

Browse files
committed
Do not use makefile
1 parent e53d73b commit 1784ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
pip install --upgrade pre-commit
3131
3232
- name: Run pre-commit hooks ✅
33-
run: make pre-commit-all
33+
run: pre-commit run --all-files --hook-stage manual

0 commit comments

Comments
 (0)