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 735768c commit ab724e0Copy full SHA for ab724e0
.github/workflows/check-license.yml
@@ -9,16 +9,16 @@ on:
9
push:
10
paths:
11
- ".github/workflows/check-license.ya?ml"
12
- # Recognized license files. See: https://github.com/licensee/licensee/blob/master/docs/what-we-look-at.md#detecting-the-license-file
13
- - "COPYING*"
14
- - "LICENCE*"
15
- - "LICENSE*"
+ # 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]*"
+ - "[lL][iI][cC][eE][nN][cCsS][eE]*"
16
pull_request:
17
18
19
20
21
22
23
jobs:
24
check-license:
0 commit comments