]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/check-license: correct grammar in "license check" 60506/head
authorZac Dover <zac.dover@proton.me>
Sat, 26 Oct 2024 13:06:05 +0000 (23:06 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 26 Oct 2024 13:06:05 +0000 (23:06 +1000)
Change "Check Incompatible Licenses" to "Check for Incompatible
Licenses".

This commit is made as part of a project to separate the changes in
https://github.com/ceph/ceph/pull/60448 into individual pull requests.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
.github/workflows/check-license.yml

index 8d886bfdafa809b89ea4e9174170039e2c891b22..89dcfa292c3c71b0b9421a6dd1c386fc0a7667d5 100644 (file)
@@ -1,10 +1,10 @@
 ---
-name: "Check Incompatible Licenses"
+name: "Check for Incompatible Licenses"
 on: [pull_request]
 
 jobs:
   pull_request:
-    name: "Check Incompatible Licenses"
+    name: "Check for Incompatible Licenses"
     runs-on: ubuntu-latest
     steps:
     - name: Check Pull Request