Skip to content

Commit 7964ced

Browse files
committed
[CI] rename pre-commit action
1 parent a09e0b4 commit 7964ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: pre-commit
1+
name: code quality checks
22

33
on:
44
pull_request:
55

66
jobs:
77
pre-commit:
8+
name: run pre-commit
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)