Skip to content

Commit

Permalink
Add fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored May 31, 2021
1 parent 328861f commit e5d4467
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fixup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull request checks
on: pull_request

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 }}

0 comments on commit e5d4467

Please sign in to comment.