Skip to content

Commit

Permalink
Merge branch 'main' into feature/config-before-command
Browse files Browse the repository at this point in the history
  • Loading branch information
pahatz authored Oct 22, 2024
2 parents 072234b + 0a49a40 commit a471ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run golangci-lint
uses: golangci/[email protected].0
uses: golangci/[email protected].1
with:
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck --exclude G401,G501,G107,G307,G115
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go test -v -coverprofile=coverage -covermode=atomic ./...

- name: Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage
Expand Down

0 comments on commit a471ce6

Please sign in to comment.