Skip to content

npm: bump @commitlint/cli from 16.3.0 to 20.1.0 #903

npm: bump @commitlint/cli from 16.3.0 to 20.1.0

npm: bump @commitlint/cli from 16.3.0 to 20.1.0 #903

# This workflow enforces the update of a changelog file on every pull request
name: "Enforce Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Enforce changelog️
uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "Skip Changelog"