version-check.yml 847 B

1234567891011121314151617181920212223
  1. # This is a basic workflow to help you get started with Actions
  2. name: Version Check
  3. # Controls when the action will run. Triggers the workflow on push or pull request
  4. # events but only for the master branch
  5. on: push
  6. # A workflow run is made up of one or more jobs that can run sequentially or in parallel
  7. jobs:
  8. # This workflow contains a single job called "build"
  9. Version-Check:
  10. # The type of runner that the job will run on
  11. runs-on: ubuntu-latest
  12. # Steps represent a sequence of tasks that will be executed as part of the job
  13. steps:
  14. # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
  15. - uses: actions/checkout@v3
  16. # Runs a single command using the runners shell
  17. - name: compare versions
  18. run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh