Skip to content

Create xyz

Create xyz #10

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
jobs:
confirm_agreement:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
BODY: ${{ github.event.pull_request.body }}
run: |
set -xeu
grep -F "$(cat .github/pull_request_template.md)" <(echo "$BODY")