Skip to content

Commit 6a0032f

Browse files
committed
fix: license CI
1 parent ab7aab7 commit 6a0032f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pr_license.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ github.event.pull_request.head.ref }}
24-
- uses: actions/setup-go@v5
25-
with:
26-
go-version: 1.18
27-
28-
- run: go install github.com/apache/skywalking-eyes/cmd/license-eye@latest
2924

25+
- uses: ConorMacBride/install-package@v1
26+
with:
27+
brew: license-eye
3028
- run: license-eye header fix
3129

3230
- name: Check if any files changed

shared-files/golang/.golangci.yml.njk

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ linters-settings:
182182
"XMPP",
183183
"XSRF",
184184
"XSS",
185+
"SSL",
185186
# Custom rules
186187
"VDC",
187188
"DFW",

0 commit comments

Comments
 (0)