From ee184b09c9a6632ab303612a838069140517eb3c Mon Sep 17 00:00:00 2001 From: "M. Serhat Dundar" Date: Sun, 13 Jun 2021 20:15:38 +0200 Subject: [PATCH] Tidy up github actions config --- .github/workflows/push.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c6ecc99..d74a12b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -24,17 +24,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: latest - # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true - - # Optional: if set to true then the action will use pre-installed Go. skip-go-installation: true - - # Optional: if set to true then the action don't cache or restore ~/go/pkg. - # skip-pkg-cache: true - - # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. - # skip-build-cache: true - name: Prepare test environment run: | docker-compose up -d