Skip to content

Improve README.

Improve README. #29

Workflow file for this run

name: Check Merge Commits
on: pull_request
jobs:
check-merge-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Forbid Merge Commits Action
uses: ./