Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
feat: golanglint-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Feb 16, 2024
1 parent de74ee1 commit 93a852f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'


- name: Run golangci-lint
uses: golangci/[email protected]

- name: Dependencies
run: sudo apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev

Expand Down

0 comments on commit 93a852f

Please sign in to comment.