Skip to content

Commit 6c76368

Browse files
committed
[CI] rename pre-commit action
1 parent 7355e87 commit 6c76368

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
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)