From 4100b20b1e89160776bbe3c952c32502832a28d1 Mon Sep 17 00:00:00 2001 From: pioz Date: Fri, 23 Sep 2022 17:03:24 +0200 Subject: [PATCH] Revert "Revert "Remove gh action checks that no longer work"" This reverts commit 0f5ec414bdd656c75255e4ea2d65559caef3f484. --- .github/workflows/go.yml | 68 ---------------------------------------- 1 file changed, 68 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f7cf0ea..0694b3d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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