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