/mirror-action

An action to check if the content of 2 files are the same.

Primary LanguageShellMIT LicenseMIT

Mirror Action

All Contributors

A GitHub action to check if the content of 2 files are the same.

name: Check Mirror Files
on: push
jobs:
  check-mirror-readme:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: tianhaoz95/mirror-action@v1.0.1
        with:
          original: 'README.md'
          mirror: 'docs/README.md'

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tianhao Zhou

💻

angerhang

🐛

This project follows the all-contributors specification. Contributions of any kind welcome!