Skip to content

Commit

Permalink
ci: workflow files have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jan 29, 2023
1 parent 1ec17ca commit 59c4d20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v3

- uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
- uses: gacts/setup-go-with-cache@v1
with: {go-version: 1.19}

- uses: golangci/golangci-lint-action@v3
with: {skip-pkg-cache: true, skip-build-cache: true}

validate-config-file:
name: Validate config file
Expand Down

0 comments on commit 59c4d20

Please sign in to comment.