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