Skip to content

Commit

Permalink
Add fixup check to gh actions (#774)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Brandenburger <[email protected]>
  • Loading branch information
mbrandenburger authored Oct 8, 2024
1 parent 2fddcd0 commit 2b8ae26
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# SPDX-License-Identifier: Apache-2.0
#


name: Git checks

on: [pull_request]

permissions:
contents: read

jobs:
block-fixup:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]

0 comments on commit 2b8ae26

Please sign in to comment.