Skip to content

chore: configured commitlint as a github action #3

chore: configured commitlint as a github action

chore: configured commitlint as a github action #3

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.BOLDARE_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1
with:
configFile: .commitlintrc.js