Skip to content

fix(pgfutil): correct prefix and suffix behavior for \pgfutil@in@ #450

fix(pgfutil): correct prefix and suffix behavior for \pgfutil@in@

fix(pgfutil): correct prefix and suffix behavior for \pgfutil@in@ #450

Workflow file for this run

name: "Check commits"
on: pull_request
jobs:
check-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: "Check commits"
uses: pgf-tikz/actions/dco-check@master
with:
base_ref: ${{ github.base_ref }}
ignore_authors: "dependabot[bot]"
allow_co-authored: true