We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837fed3 commit 7b7f064Copy full SHA for 7b7f064
.github/workflows/backend.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
submodules: true
36
- name: Check license header
37
- uses: apache/skywalking-eyes@985866ce7e324454f61e22eb2db2e998db09d6f3
+ uses: apache/skywalking-eyes@v0.5.0
38
39
code-style:
40
name: Code style
.licenserc.yaml
@@ -37,6 +37,7 @@ header:
- '**/*.iml'
- '**/*.ini'
- '**/*.svg'
+ - '**/*.txt'
41
- '**/.gitignore'
42
- '**/LICENSE'
43
- '**/NOTICE'
0 commit comments