Skip to content

Commit

Permalink
Fucking A
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 30, 2023
1 parent 71326f4 commit 0d7cea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: make bin-data-sw
run: |
go install github.com/jteeuwen/go-bindata/go-bindata@latest
make bin-data-sw
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 0d7cea0

Please sign in to comment.