ci: use Forgejo LuaRocks action #26
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/http-codes.nvim!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/use-forgejo-luarocks-action-v013"
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?
Problem
The stable and nightly LuaRocks workflows still use repo-local publishing scripts from the pre-action migration. That duplicates publishing behavior now handled by
barrettruth/luarocks-tag-release-forgejo, and the old nightly job name renders asdeploy / Nightly LuaRocksinstead of the currentdeploy / Nightlyconvention.Solution
Replace the repo-local publishing scripts with
barrettruth/luarocks-tag-release-forgejo@v0.1.3, the cp.nvim-verified action version that keeps SCM rocks on Forgejo archive URLs instead of nativegit://. Keep stable and nightly as separate event-specific workflow files, share the quality gate through.forgejo/scripts/wait-for-quality.sh, render stable asdeploy / LuaRocks, and render nightly asdeploy / Nightly.Validation:
bash -n .forgejo/scripts/wait-for-quality.sh.forgejo/workflows/*.yamlwith PyYAML via Nixgit diff --check