CI: build-only validation; drop make/python/github-context deps #1
Reference in New Issue
Block a user
Delete Branch "feature/initial-producer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the dict-repo CI green. The initial build.yaml release step used ${{ github.token/server_url/repository }} contexts that this Gitea rejects at workflow-compile time (the runs produced 0 jobs). This switches CI to a build-only validation gate: inline
go run(no make), reads the committeddictprep/russian/erudit.txt(no python). Release artifacts are published manually for now (see README). The v1.0.0 release + artifact are already published and verified; this only tidies the producer CI.- build.yaml dropped the release step whose ${{ github.* }} contexts failed the Gitea workflow compile (the run produced 0 jobs); it now inlines go run (no make dependency) and reads the committed dictprep/russian/erudit.txt (no python dependency). - erudit.txt is scrabble.txt with Ё→Е folded (dictprep/fold_yo.py); it reproduces the canonical ru_erudit.dawg byte-for-byte. Release artifacts are published manually for now (see README).