sile 0.15.0

Simon’s Improved Layout Engine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@v6
        with:
          configFile: '.commitlintrc.yml'