Skip to content

Commit 57319f6

Browse files
authored
Merge pull request #8540 from jsquyres/pr/rename-github-commit-checker-ci
git-commit-checks: use a better name
2 parents 7faa8a7 + 73f2926 commit 57319f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/git-commit-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Git commit checker
1+
name: GitHub Action CI
22

33
on:
44
pull_request:
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
ci:
14+
name: Git commit checker
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Check out the code

0 commit comments

Comments
 (0)