Skip to content

Commit abf8b4a

Browse files
committed
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 34863ad commit abf8b4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .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)