We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mage
1 parent afd1102 commit 9f9082bCopy full SHA for 9f9082b
.github/workflows/go.yml
@@ -40,4 +40,12 @@ jobs:
40
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41
42
- name: golangci-lint
43
- run: docker run -v $GITHUB_WORKSPACE:/repo -w /repo golangci/golangci-lint:v1.42 golangci-lint run
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
44
+ with:
45
+ version: v2.5.0
46
+
47
+ - name: Run Mage
48
+ uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
49
50
+ version: latest
51
+ args: lint
0 commit comments