Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Nov 10, 2023
1 parent 3e35f1f commit d2be1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.0
args: --timeout=5m0s ./... --verbose --out-format=github-actions

container_quality_dockerfile_lint:
needs: [gofmt, govet]
Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ issues:
run:
timeout: 5m
go-version: "1.21"
output:
format: colored-line-number
sort-results: true

test: false
# Exclude third-party packages and go.mod from the lint checks
exclude: |
Expand Down

0 comments on commit d2be1dc

Please sign in to comment.