Skip to content

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks #6

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks #6

Workflow file for this run

name: Git Checks
on: [pull_request]
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]