-
-
Save KyMidd/37f2e1a5f1df11018fb0d8aa62d054bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Git Commit Checker | |
| # Run on push to any branch | |
| on: [pull_request] | |
| jobs: | |
| Commit_Checker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| ref: '${{ github.event.pull_request.base.ref }}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment