Skip to content

Create abc.txt

Create abc.txt #3

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/copyright.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/copyright.yml

Invalid workflow file

`confirm_agreement` is not a valid event name
push:
pull_request:
types: [opened, synchronize]
confirm_agreement:
runs-on: ubuntu
steps:
- env:
BODY: ${{ github.event.pull_request.body }}
run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")