RequireMultiLineCall: Fix when multiline call exactly fits into the line length limit #360
Workflow file for this run
This file contains hidden or 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: "Block merge commits" | |
on: | |
pull_request: | |
jobs: | |
block-merge-commits: | |
name: Block merge commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Block merge commits | |
uses: Morishiri/block-merge-commits-action@v1.0.1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |