Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Oct 8, 2022
1 parent feda6bd commit b7fcb1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0

- uses: actions/setup-go@v3
with:
go-version: "^1.19"

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

0 comments on commit b7fcb1e

Please sign in to comment.