Skip to content

docs(readme): Fix broken links (#146) #50

docs(readme): Fix broken links (#146)

docs(readme): Fix broken links (#146) #50

Workflow file for this run

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