Skip to content

Commit cbc33e8

Browse files
.github/check-license: correct grammar in "license check"
Change "Check Incompatible Licenses" to "Check for Incompatible Licenses". This commit is made as part of a project to separate the changes in ceph#60448 into individual pull requests. Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent 9fc5891 commit cbc33e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: "Check Incompatible Licenses"
2+
name: "Check for Incompatible Licenses"
33
on: [pull_request]
44

55
jobs:
66
pull_request:
7-
name: "Check Incompatible Licenses"
7+
name: "Check for Incompatible Licenses"
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check Pull Request

0 commit comments

Comments
 (0)