From 0c1daad6e9368a63fedda6bee17cf516971aeefa Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 11 Aug 2021 01:57:29 -0700 Subject: [PATCH] Remove reference comment from "Check License" workflow Although very useful information, it doesn't apply directly to the licensee commands being run in this workflow step, and thus might be confusing. --- .github/workflows/check-license.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 5e61f67b..0c565884 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -11,7 +11,6 @@ on: push: paths: - ".github/workflows/check-license.yml" - # Recognized license files. # See: https://github.com/licensee/licensee/blob/master/docs/what-we-look-at.md#detecting-the-license-file - "[cC][oO][pP][yY][iI][nN][gG]*" - "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*" @@ -45,7 +44,6 @@ jobs: - name: Install licensee run: gem install licensee - # See: https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository - name: Check license file run: | # See: https://github.com/licensee/licensee