Skip to content

Commit 29ef2a0

Browse files
committed
chore: removing task readme - frankly, not needed
1 parent 3eb58a0 commit 29ef2a0

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
task 3.48.0
22
golang 1.26.0
33
golangci-lint 2.9.0
4-
glow 2.1.1

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ All development tasks are defined in `Taskfile.yaml`. **Always use `task` instea
5353
| `task fmt` | Format code |
5454
| `task run -- <args>` | Run the project (passes args to `go run .`) |
5555
| `task update-dependencies` | Update and tidy Go modules |
56-
| `task readme` | Render README.md in terminal |
5756
| `task doc.serve` | Run local godoc server (`pkgsite`) and open in browser |
5857

5958
## ⚙️ CI/CD

Taskfile.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ tasks:
4747
- mod.update
4848
- mod.tidy
4949

50-
readme:
51-
cmd: glow -t README.md
52-
5350
doc.serve:
5451
cmds:
5552
- go install golang.org/x/pkgsite/cmd/pkgsite@latest

0 commit comments

Comments
 (0)