Skip to content

Another approach to full bleed printing, paper/sheet size, and pdf refactoring #2874

Another approach to full bleed printing, paper/sheet size, and pdf refactoring

Another approach to full bleed printing, paper/sheet size, and pdf refactoring #2874

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ‘commitlint’ linter
uses: wagoid/commitlint-github-action@v5
with:
configFile: '.commitlintrc.yml'