Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 #29

chore(deps): bump semver from 5.7.1 to 5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2 #29

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