Skip to content

Commit c15e5da

Browse files
committed
Add name for pre-commit
1 parent be42a9a commit c15e5da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Checkout `selfdrive`
2020
uses: ./.github/actions/checkout
2121

22-
- run: pre-commit run --show-diff-on-failure --color=always
22+
- name: Run `pre-commit` hooks
23+
run: pre-commit run --show-diff-on-failure --color=always

0 commit comments

Comments
 (0)