Skip to content

Merge pull request #11 from Mikael-R/dependabot/npm_and_yarn/json5-1.0.2 #23

Merge pull request #11 from Mikael-R/dependabot/npm_and_yarn/json5-1.0.2

Merge pull request #11 from Mikael-R/dependabot/npm_and_yarn/json5-1.0.2 #23

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check commit message
uses: wagoid/commitlint-github-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
configFile: .commitlintrc.json