Skip to content

ci: use windows 2025 runners #655

ci: use windows 2025 runners

ci: use windows 2025 runners #655

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 }}