Skip to content

Commit 8209fd5

Browse files
committed
Use standardized filename for "Check License" workflow
This is the template workflow filename, which is intended to serve as a unique identifier, and thus should be used by all deployments of the template.
1 parent 5c30aff commit 8209fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-documentation.yml renamed to .github/workflows/check-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Check License
33
on:
44
push:
55
paths:
6-
- ".github/workflows/lint-documentation.yml"
6+
- ".github/workflows/check-license.ya?ml"
77
- "Taskfile.yml"
88
# Recognized license files. See: https://github.com/licensee/licensee/blob/master/docs/what-we-look-at.md#detecting-the-license-file
99
- "COPYING*"
1010
- "LICENCE*"
1111
- "LICENSE*"
1212
pull_request:
1313
paths:
14-
- ".github/workflows/lint-documentation.yml"
14+
- ".github/workflows/check-license.ya?ml"
1515
- "Taskfile.yml"
1616
- "COPYING*"
1717
- "LICENCE*"

0 commit comments

Comments
 (0)