Skip to content

Commit

Permalink
Admin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 2, 2024
1 parent 78d500e commit fa32e1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
confirm_agreement:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
BODY: ${{ github.event.pull_request.body }}
run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")
run: |
set -xeu
grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")

0 comments on commit fa32e1f

Please sign in to comment.