Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 654 Bytes

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