From cbc33e8d983ee1d6fd8c0da9b558bef30ae6e664 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 26 Oct 2024 23:06:05 +1000 Subject: [PATCH] .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 https://github.com/ceph/ceph/pull/60448 into individual pull requests. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover --- .github/workflows/check-license.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 8d886bfdafa80..89dcfa292c3c7 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -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 -- 2.39.5