Skip to content

Github Action that checks whether the turbo package has changed since the last commit or tag

Notifications You must be signed in to change notification settings

Asupkay/turborepo-diff-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Turborepo Diff Check

This action checks if there are differences in a particular package from main to the previous commit or tag. This allows you to gate certain workflows on whether or not there is a change in the relevant package.

Usage

- uses: actions/turborepo-diff-check
  with:
    # Name of the package that should be checked
    package: ''

    # Whether the action should check against the last commit
    # or the last tag
    # Default: false
    use-last-tag: ''

About

Github Action that checks whether the turbo package has changed since the last commit or tag

Resources

Stars

Watchers

Forks

Packages

No packages published