We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b931f commit 9f6c09fCopy full SHA for 9f6c09f
.github/workflows/lint-documentation.yml renamed to .github/workflows/check-license.yml
@@ -3,15 +3,15 @@ name: Check License
3
on:
4
push:
5
paths:
6
- - ".github/workflows/lint-documentation.yml"
+ - ".github/workflows/check-license.ya?ml"
7
- "Taskfile.yml"
8
# Recognized license files. See: https://github.com/licensee/licensee/blob/master/docs/what-we-look-at.md#detecting-the-license-file
9
- "COPYING*"
10
- "LICENCE*"
11
- "LICENSE*"
12
pull_request:
13
14
15
16
17
0 commit comments