Add action to check for fixup commits

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg
2021-07-29 14:14:30 +02:00
parent 1ce844c937
commit 0a627480fb

13
.github/workflows/fixup.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on: pull_request
name: Pull request checks
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}