We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
task readme
1 parent 3eb58a0 commit 29ef2a0Copy full SHA for 29ef2a0
3 files changed
.tool-versions
@@ -1,4 +1,3 @@
1
task 3.48.0
2
golang 1.26.0
3
golangci-lint 2.9.0
4
-glow 2.1.1
AGENTS.md
@@ -53,7 +53,6 @@ All development tasks are defined in `Taskfile.yaml`. **Always use `task` instea
53
| `task fmt` | Format code |
54
| `task run -- <args>` | Run the project (passes args to `go run .`) |
55
| `task update-dependencies` | Update and tidy Go modules |
56
-| `task readme` | Render README.md in terminal |
57
| `task doc.serve` | Run local godoc server (`pkgsite`) and open in browser |
58
59
## ⚙️ CI/CD
Taskfile.yaml
@@ -47,9 +47,6 @@ tasks:
47
- mod.update
48
- mod.tidy
49
50
- readme:
51
- cmd: glow -t README.md
52
-
doc.serve:
cmds:
- go install golang.org/x/pkgsite/cmd/pkgsite@latest
0 commit comments