Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Skip build cache for api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed Nov 6, 2021
1 parent a10ef74 commit d2beffe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
with:
version: latest
working-directory: api
skip-build-cache: true
- run: make generate
- run: make build
22 changes: 11 additions & 11 deletions api/.golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
run:
skip-dirs:
- internal/graph/generated
skip-files:
- "generated.go"
linters:
enable-all: true
disable:
- whitespace
- godot
- wrapcheck
- gofumpt
- gci
- exhaustivestruct
- dupl
- funlen
- cyclop
- whitespace
- godot
- wrapcheck
- gofumpt
- gci
- exhaustivestruct
- dupl
- funlen
- cyclop
linters-settings:
lll:
line-length: 140
Expand Down

0 comments on commit d2beffe

Please sign in to comment.