Skip to content

release-lab/setup-whatchanged

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

Repository files navigation

setup-whatchanged

GitHub Actions status

setup whatchanged command line in Github Action

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v2
    with:
      # **this is important**
      fetch-depth: 0
  - uses: release-lab/setup-whatchanged@v1
    with:
      version: v0.5.6
  - run: |
      whatchanged

License

The scripts and documentation in this project are released under the MIT License