Add automated package content verification#34
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ff3c45f5e1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - name: Verify package contents | ||
| run: ./scripts/verify-package.sh |
There was a problem hiding this comment.
Mirror package verification into Forgejo CI
Checked both CI definitions in this repo: .github/workflows/ci.yml now runs ./scripts/verify-package.sh, but .forgejo/workflows/ci.yml still stops after cargo test. If PRs or release branches are validated on the Forgejo runner, missing packaged assets or leaked excluded files will still pass there, so this automation only protects one of the maintained CI entry points.
Useful? React with 👍 / 👎.
ff3c45f to
07bfefc
Compare
Closes #15.
Summary
cargo package --listmake package-verifyand include it in the pre-release path