This document explains the purpose and usage of the GitHub Actions workflows included in this repository.
ci.yml
main
branch. It uses Prettier to check for consistent formatting in Markdown and YAML files, ensuring code quality and readability.push
, pull_request
to main
.pages.yml
README.md
as the homepage.push
to main
, workflow_dispatch
.release-on-tag.yml
push
of a new tag matching the pattern v*.*.*
..github/RELEASE_TITLE.txt
and .github/RELEASE_BODY.md
files to describe the release. You can use the ${TAG}
variable.git tag v1.0.0 && git push origin v1.0.0
).