A collection of reusable GitHub Actions workflows for projects.
autofix: Automatically fixes code formatting for pull requestsdeploy-github-pages: Deploy to Github Pagesdeploy-vercel: Deploy to Vercel ans create commentpublish-commit: Preview release without publishing anything to NPMrelease: Generate github changelog and publishes releases to npmtest: Runs tests and reports coverage
setup-environment: Setup environment and install dependencies
To use action and workflow, reference it in your project’s .github/workflows/*.yml:
# workflow
name: Release
uses: tzuyi0817/workflows/.github/workflows/release.yml@v1# action
name: Setup environment
uses: tzuyi0817/workflows/setup-environment@v1This library is licensed under the MIT License. For more details, please refer to the LICENSE file.