Chore: Add basic 'integration' tests to ensure code style is being properly checked #38
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request check | |
on: [pull_request] | |
jobs: | |
block-fixup-merge: | |
runs-on: ubuntu-latest | |
name: Block fixup commits | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Block fixup commit merge | |
uses: 13rac1/block-fixup-merge-action@v2.0.0 |