A collection of reusable GitHub Actions workflows.
Setup mise environment for your workflow.
- ci.yaml: A workflow for continuous integration, runs
mise run check&mise run testby default; - ci-autofix.yaml: A workflow for continuous integration with autofix, runs
mise run fixby default; - ci-coverage.yaml: A workflow for continuous integration with code coverage, runs
mise run test --coverageby default;
- release.yaml: A workflow for releasing a new version, runs
mise run changelog&&mise run publishby default; - release-commit.yaml: A workflow for generating a release commit, runs
mise run publish-commit;