Skip to content

Commit

Permalink
Tidy up github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
msdundar committed Jun 13, 2021
1 parent 0af2566 commit ee184b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee184b0

Please sign in to comment.