summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7233365..476b908 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -148,20 +148,6 @@ jobs:
env:
SSH_KEY: ${{ secrets.S390X_SSH_KEY }}
- # From https://github.com/reviewdog/action-golangci-lint
- golangci-lint:
- name: runner / golangci-lint
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code into the Go module directory
- uses: actions/checkout@v2
-
- - name: Run golangci-lint
- uses: reviewdog/action-golangci-lint@v1
- # uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
- with:
- github_token: ${{ secrets.github_token }}
-
goreleaser-check:
runs-on: ubuntu-latest
steps: