Skip to content

Commit

Permalink
ci: enhance GitHub Actions workflow configuration
Browse files Browse the repository at this point in the history
- Add a new job section to the GitHub Actions workflow file

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Aug 22, 2024
1 parent ebceea0 commit 24b5897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true

- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 24b5897

Please sign in to comment.