Skip to content

Merge branch 'bleeding-edge' #115

Merge branch 'bleeding-edge'

Merge branch 'bleeding-edge' #115

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: '.commitlintrc.json'