Skip to content

[Snyk] Security upgrade semver from 5.7.1 to 7.5.2 #16

[Snyk] Security upgrade semver from 5.7.1 to 7.5.2

[Snyk] Security upgrade semver from 5.7.1 to 7.5.2 #16

Workflow file for this run

---
name: Conventional Commit Linter
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: wagoid/commitlint-github-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}