Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #112

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #112

Workflow file for this run

name: Changelog Enforcer
on:
pull_request:
branches: [ develop ]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'