Skip to content

angerhang/mirror-action

 
 

Repository files navigation

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/[email protected]
        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!

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.2%
  • Python 43.4%
  • Dockerfile 6.4%