Fix linter
This commit is contained in:
parent
9350adff5e
commit
92e4b1b7fd
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
|
||||
- name: Build
|
||||
run: go build -v -o ficsit-cli .
|
||||
|
|
Loading…
Reference in a new issue