Skip to content

tzuyi0817/workflows

Repository files navigation

Workflows

A collection of reusable GitHub Actions workflows for projects.

Included Workflows

  • autofix: Automatically fixes code formatting for pull requests
  • deploy-github-pages: Deploy to Github Pages
  • deploy-vercel: Deploy to Vercel ans create comment
  • publish-commit: Preview release without publishing anything to NPM
  • release: Generate github changelog and publishes releases to npm
  • test: Runs tests and reports coverage

Actions

Usage

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@v1

License

This library is licensed under the MIT License. For more details, please refer to the LICENSE file.

About

A collection of reusable GitHub Actions workflows for projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors