You've already forked library-registry
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:
2
.github/workflows/check-license.yml
vendored
2
.github/workflows/check-license.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user