Skip to content

chore: add workflow to check fixup commits #4

chore: add workflow to check fixup commits

chore: add workflow to check fixup commits #4

Workflow file for this run

name: Git Checks
on: [pull_request]
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Block Fixup Commit Merge test
uses: alexkappa/block-fixup-merge-action@v2