Skip to content

Squid v19.2.3 cc

Squid v19.2.3 cc #1

Workflow file for this run

---
name: "Check for missing .qa links"
on:
pull_request:
types:
- opened
- synchronize
- edited
- reopened
jobs:
pull_request:
name: "Check for missing .qa links"
runs-on: ubuntu-latest
steps:
- name: checkout PR HEAD
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
path: head
- name: checkout base
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
path: base
ref: ${{ github.base_ref }}
- name: verify .qa links
run: ../base/src/script/verify-qa
working-directory: head/