1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

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.
This commit is contained in:
per1234
2021-08-11 01:57:29 -07:00
parent 60c38f547a
commit 0c1daad6e9

View File

@ -11,7 +11,6 @@ on:
push: push:
paths: paths:
- ".github/workflows/check-license.yml" - ".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 # 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][iI][nN][gG]*"
- "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*" - "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*"
@ -45,7 +44,6 @@ jobs:
- name: Install licensee - name: Install licensee
run: gem 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 - name: Check license file
run: | run: |
# See: https://github.com/licensee/licensee # See: https://github.com/licensee/licensee