Skip to content

Turborepo Diff Check

Actions
Run a diff check against a specific package and its dependencies in turborepo
1.0.1
Latest
Star (0)

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: ''

Turborepo Diff Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run a diff check against a specific package and its dependencies in turborepo
1.0.1
Latest

Turborepo Diff Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.