ci: add a Forgejo-native quality workflow #145
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/forgejo-quality-workflow"
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
GitHub's
quality.yamlrelies oncachix/install-nix-action, which does not resolve in Forgejo Actions. The repo also does not currently format the.forgejoworkflow directory.Solution
Add a Forgejo-native
qualityworkflow under.forgejo/workflows/quality.yamlthat uses the existing Nix toolchain directly, and extendjust formatso.forgejostays inside the repo's formatting surface.