Skip to content

Commit

Permalink
golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 3, 2023
1 parent 44314e7 commit 552dfe4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
run:
make vet
- uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout 180s

0 comments on commit 552dfe4

Please sign in to comment.