Skip to content

Commit

Permalink
[Hotfix][ci] Fix github ci License header error (#7738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk9821 authored Sep 25, 2024
1 parent 837fed3 commit 7b7f064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
submodules: true
- name: Check license header
uses: apache/skywalking-eyes@985866ce7e324454f61e22eb2db2e998db09d6f3
uses: apache/skywalking-eyes@v0.5.0

code-style:
name: Code style
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ header:
- '**/*.iml'
- '**/*.ini'
- '**/*.svg'
- '**/*.txt'
- '**/.gitignore'
- '**/LICENSE'
- '**/NOTICE'
Expand Down

0 comments on commit 7b7f064

Please sign in to comment.