Skip to content

Commit ed58632

Browse files
authored
Merge pull request ceph#60506 from zdover23/2024-10-26-fix-grammar-check_license_name-main
.github/check-license: correct grammar in "license check" Reviewed-by: Ernesto Puerta <[email protected]>
2 parents 9fc5891 + cbc33e8 commit ed58632

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)