Skip to content

Commit

Permalink
chore(ci): fix taskfile
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 26, 2024
1 parent 08462ad commit c07ec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ tasks:
lint:golangci-lint:
desc: "Lint with golangci-lint"
cmds:
- golangci-lint run ./... --config {{.Env.GITHUB_WORKSPACE}}/.golangci.yaml
- golangci-lint run ./... --config {{.GITHUB_WORKSPACE}}/.golangci.yaml

0 comments on commit c07ec79

Please sign in to comment.