sort methods ACL DELUSER
and ACL DRYRUN
by alphabetically, checked doc
#173
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: Enforce semi-linear git history | |
on: pull_request | |
jobs: | |
forbid-merge-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Forbid Merge Commits Action | |
uses: motlin/forbid-merge-commits-action@main |