Update of the dvisvgm4ht.def
driver
#298
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |