Skip to content

git-pr-merge: Move PR body trailers to end of merge commit #70

git-pr-merge: Move PR body trailers to end of merge commit

git-pr-merge: Move PR body trailers to end of merge commit #70

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_only_diff: true
sh_checker_comment: true