Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.yaml Secret

Last active February 20, 2023 02:59
Show Gist options
  • Select an option

  • Save KyMidd/37f2e1a5f1df11018fb0d8aa62d054bd to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/37f2e1a5f1df11018fb0d8aa62d054bd to your computer and use it in GitHub Desktop.
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