Fix playbooks #1013
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: Merge requirements | |
on: [pull_request] | |
jobs: | |
no-fixup-commits-check: | |
name: All fixup commits are squashed | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Test if all fixup commits are squashed | |
uses: 13rac1/block-fixup-merge-action@v2.0.0 |