Skip to content

Commit

Permalink
Add ci-lint options
Browse files Browse the repository at this point in the history
Mutliple branches time out now and it wasn't clear if we really
wanted/needed the cache at all or if it caused more problems too.

- Extending timeout
- verbose mode
- disables cache

Signed-off-by: John Schnake <[email protected]>
  • Loading branch information
johnSchnake committed Nov 10, 2021
1 parent dc78b39 commit c5269ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.31
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=2m0s -v
bash-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c5269ae

Please sign in to comment.