A customizable GitHub Actions setup to streamline and automate development workflows. Includes a Makefile for easy usage and integration.
Run make
or make help
to display this list of targets and their descriptions.
Full environment setup:
make setup
- Git Conventional Commits check using pre-commit.
- Git Semantic Release using action-for-semantic-release.
- Auto Assign Pull Request by kentaro-m/auto-assign-action.
- Check Docker Image building.
- Check LaTeX document building by xu-cheng/latex-action.