File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 26
26
uses : coverallsapp/github-action@v2
27
27
with :
28
28
format : jacoco
29
+ - name : Fix License Header
30
+ uses : apache/skywalking-eyes/header@main
31
+ with :
32
+ mode : fix
33
+ - name : Apply Changes
34
+ uses : EndBug/add-and-commit@v4
35
+ env :
36
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
+ with :
38
+ author_name : License Bot
39
+
40
+ message : ' Automatic application of license header'
Original file line number Diff line number Diff line change 24
24
run : mvn install -pl testsuites -am
25
25
- name : Build with Maven
26
26
run : mvn clean verify -P build
27
+ - name : Check License Header
28
+ uses : apache/skywalking-eyes/header@main
29
+ - name : Check Dependencies' License
30
+ uses : apache/skywalking-eyes/dependency@main
Original file line number Diff line number Diff line change
1
+ header :
2
+ license :
3
+ spdx-id : Apache-2.0
4
+ copyright-owner : Apache Software Foundation
5
+
6
+ paths-ignore :
7
+ - ' dist'
8
+ - ' licenses'
9
+ - ' **/*.md'
10
+ - ' LICENSE'
11
+ - ' NOTICE'
12
+
13
+ comment : on-failure
14
+
15
+ dependency :
16
+ files :
17
+ - pom.xml
You can’t perform that action at this time.
0 commit comments