mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Use GolangCI-Lint for Goimports Checking Instead of Third-Party Image (#11246)
This commit is contained in:
parent
95430ddb57
commit
82bbfce524
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -18,12 +18,6 @@ jobs:
|
||||
id: gomodtidy
|
||||
uses: ./.github/actions/gomodtidy
|
||||
|
||||
- name: GoImports checker
|
||||
id: goimports
|
||||
uses: Jerome1337/goimports-action@v1.0.2
|
||||
with:
|
||||
goimports-path: ./
|
||||
|
||||
gosec:
|
||||
name: Gosec scan
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -12,6 +12,7 @@ linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- gofmt
|
||||
- goimports
|
||||
- deadcode
|
||||
- errcheck
|
||||
- gosimple
|
||||
|
Loading…
Reference in New Issue
Block a user