Skip to content

Commit

Permalink
Chore: Block fixup commit message using github action
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 19, 2021
1 parent 63e57e3 commit 1a43014
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Git Check

on: [pull_request]

jobs:
block-fixup-merge:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- name: Block fixup commit merge
uses: 13rac1/block-fixup-merge-action@v2.0.0

0 comments on commit 1a43014

Please sign in to comment.