Skip to content

feat(docker): Build image with SILE v0.15.7 from upstream Arch Linux #871

feat(docker): Build image with SILE v0.15.7 from upstream Arch Linux

feat(docker): Build image with SILE v0.15.7 from upstream Arch Linux #871

Workflow file for this run

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