Skip to content

Commit adee532

Browse files
authored
Update license-header.yml
1 parent fe130d8 commit adee532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/license-header.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: apache/skywalking-eyes/header@v0.7.0
1818
with:
1919
mode: fix
20+
- name: Install addlicense
21+
run: |
22+
go install github.com/google/addlicense@latest
23+
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2024
- name: Add license headers
2125
run: addlicense -v -c "Qubership" -l apache .
2226
- name: Create Pull Request

0 commit comments

Comments
 (0)