Skip to content

Commit

Permalink
Revert "Revert "Remove gh action checks that no longer work""
Browse files Browse the repository at this point in the history
This reverts commit 0f5ec41.
  • Loading branch information
pioz committed Sep 23, 2022
1 parent 0f5ec41 commit 4100b20
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,74 +28,6 @@ jobs:
with:
file: ./coverage.txt

lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run golint
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: lint

shadow:
name: Shadow check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run shadow check
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: shadow
env:
GOROOT: ''

staticcheck:
name: Static check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run staticcheck
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: staticcheck
env:
GOROOT: ''

errcheck:
name: Err check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run err check
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: errcheck
env:
GOROOT: ''

importscheck:
name: Imports check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run imports check
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: imports

sec:
name: Sec check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run sec check
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: sec
env:
GOROOT: ''

golangci:
name: golangci-lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4100b20

Please sign in to comment.