mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-11 17:45:03 +02:00
Replace golangci-lint action and megalinter with make lint-go
The megalinter ghcr.io image pull is denied, and the golangci-lint action version was inconsistent with the Makefile-pinned version. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
44da20bd14
commit
f300931212
@@ -25,14 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- uses: golangci/[email protected]
|
- run: make lint-go
|
||||||
- uses: megalinter/megalinter/flavors/[email protected]
|
|
||||||
env:
|
|
||||||
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
VALIDATE_ALL_CODEBASE: false
|
|
||||||
GITHUB_STATUS_REPORTER: ${{ !env.ACT }}
|
|
||||||
GITHUB_COMMENT_REPORTER: ${{ !env.ACT }}
|
|
||||||
|
|
||||||
test-linux:
|
test-linux:
|
||||||
name: test-linux
|
name: test-linux
|
||||||
|
|||||||
Reference in New Issue
Block a user