Skip to content

Commit

Permalink
build: golangci-lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Nov 26, 2024
1 parent 3b71963 commit e21f316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: 'actions/checkout@v2'
- uses: actions/setup-go@v5
with:
go-version: stable
- name: 'golangci-lint'
uses: 'golangci/golangci-lint-action@v2'
with:
Expand Down

0 comments on commit e21f316

Please sign in to comment.