Skip to content

[DRAFT/DNM] ci: move some jobs from Cirrus to GitHub Actions #2

[DRAFT/DNM] ci: move some jobs from Cirrus to GitHub Actions

[DRAFT/DNM] ci: move some jobs from Cirrus to GitHub Actions #2

Workflow file for this run

---
name: validate
on:
pull_request:
permissions:
contents: read
jobs:
pr-removes-fixed-skips:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/actions/pr-removes-fixed-skips
with:
pr-body: ${{ github.event.pull_request.body }}
base-sha: ${{ github.event.pull_request.base.sha }}
head-sha: ${{ github.event.pull_request.head.sha }}