diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-03 11:45:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-03 11:45:19 +0200 |
| commit | acb0d5e00c0b19e149eef429881b998414555a5d (patch) | |
| tree | 73621172e3c9f2a6ba5aeb8b0bdc24e62a4107c3 /Taskfile.yml | |
| parent | 85a818d03c1e442ef005b771a76ffb977c59fe75 (diff) | |
refaxtor
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index db64119..27e2323 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -32,6 +32,9 @@ tasks: lint: cmds: - golangci-lint run - lint-install: + dev-install: cmds: + - go install golang.org/x/tools/gopls@latest - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest + + |
