Skip to content

Fix issue#6982 -- PM128A should be a pointer to 16-byte aligned M128U, not a 16-byte aligned pointer. #508

Fix issue#6982 -- PM128A should be a pointer to 16-byte aligned M128U, not a 16-byte aligned pointer.

Fix issue#6982 -- PM128A should be a pointer to 16-byte aligned M128U, not a 16-byte aligned pointer. #508

Workflow file for this run

name: "Contribution Agreement"
on:
pull_request
jobs:
AgreementCheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
echo Looking up contributor
tail -n +36 ContributionAgreement.md | awk -F\| '{print $3}' | grep -w $USER
env:
USER: ${{ github.actor }}