Skip to content

Add commit check job #3

Add commit check job

Add commit check job #3

Workflow file for this run

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