Skip to content

Add fixup check to gh actions #1

Add fixup check to gh actions

Add fixup check to gh actions #1

Workflow file for this run

#
# 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]