Skip to content

fix(ci): test action on main branch pushes too #34

fix(ci): test action on main branch pushes too

fix(ci): test action on main branch pushes too #34

Workflow file for this run

name: Pull request checks
on:
pull_request:
push:
branches:
- main
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: skjnldsv/block-fixup-merge-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}