Skip to content

Commit

Permalink
chore: improve task file
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jun 21, 2024
1 parent 389a347 commit 14b6eb3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tasks:

github-action:
cmds:
- task: lint:golangci-lint
- task: test
- task: lint:golangci-lint
- task: lint:files-changed

build:gowork:
Expand All @@ -27,14 +27,6 @@ tasks:
- go work init
- go work use -r .

build:kod:
cmds:
- go build -o kod ./cmd/kod
sources:
- "**/**.go"
generates:
- kod

generate:
cmds:
- PATH=$PATH:$GOBIN go run ./cmd/kod generate -s ./... ./tests/... ./examples/... ./ext/...
Expand Down

0 comments on commit 14b6eb3

Please sign in to comment.