Skip to content

Fix foreach not remembering nodes between iterations #261

Fix foreach not remembering nodes between iterations

Fix foreach not remembering nodes between iterations #261

Workflow file for this run

name: "Check commits"
on: pull_request
jobs:
check-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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 }}
allow_co-authored: true