Skip to content

Commit 1f0b304

Browse files
committedAug 2, 2021
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.
1 parent f0afd3e commit 1f0b304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.github/workflows/check-license.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Install licensee
4444
run: gem install licensee
4545

46-
# See: https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository
4746
- name: Check license file
4847
run: |
4948
EXIT_STATUS=0

0 commit comments

Comments
 (0)
Please sign in to comment.