Skip to content

Commit

Permalink
Merge pull request #4 from niwaniwa/bugfix/actions
Browse files Browse the repository at this point in the history
Bugfix/actions
  • Loading branch information
niwaniwa authored Nov 15, 2023
2 parents 724d554 + 39ae89c commit 41cca6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.21

- name: Set up dependencies
run: |
sudo apt update
sudo apt install pkg-config libusb-1.0-0-dev
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters-settings:
linters:
enable:
- govet
- golint
- unused
- gocritic
- stylecheck
Expand Down

0 comments on commit 41cca6d

Please sign in to comment.