From 429974dc33c1211dc881b5607a3afd85410729a3 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 28 May 2026 09:11:47 +0200 Subject: [PATCH] docs: remove ci section from readme --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index e9bcafd..6cdc413 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,7 @@ The schedule board requires an API key from [animeschedule.net](https://animesch just dev ``` -## CI - -This repo uses Forgejo Actions workflows in `.forgejo/workflows/`: - -- `ci.yml`: main PR/push checks (Go + TS) -- `go-deep.yml`: extra Go checks (mod tidy + race) -- `frontend.yml`: frontend-only checks -- `docker.yml`: Docker build verification -- `nightly.yml`: scheduled “full” checks (incl. race + docker build) - -Local equivalents: +## Quality checks ```bash gofmt -l .