We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7aab7 commit 6a0032fCopy full SHA for 6a0032f
.github/workflows/pr_license.yml
@@ -21,12 +21,10 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
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
29
+ - uses: ConorMacBride/install-package@v1
+ with:
+ brew: license-eye
30
- run: license-eye header fix
31
32
- name: Check if any files changed
shared-files/golang/.golangci.yml.njk
@@ -182,6 +182,7 @@ linters-settings:
182
"XMPP",
183
"XSRF",
184
"XSS",
185
+ "SSL",
186
# Custom rules
187
"VDC",
188
"DFW",
0 commit comments