Skip to content

Commit 465a044

Browse files
authored
Merge pull request #19 from jpthiele/rename_precommit_ci
[CI] rename pre-commit action
2 parents eb94b2e + 11bee68 commit 465a044

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
@@ -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)