Skip to content

Commit 9e4f110

Browse files
committed
update: split check into a different step for clarity
1 parent 9c0f089 commit 9e4f110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-hook-run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
python3 -m venv venv
2525
source venv/bin/activate
2626
make dev-install && rm -rf src
27+
- name: Run checks
28+
run: |
2729
make lint

0 commit comments

Comments
 (0)