Skip to content

Add commit check job #1

Add commit check job

Add commit check job #1

Workflow file for this run

name: Commit Checks
on:
pull_request:
jobs:
no-merge-commits-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: greenled/[email protected]