ci(changelog): add changelog reminder (#7512)

* Update ci.yml

* Update CHANGELOG.md

* Update ci.yml

* Update ci.yml
This commit is contained in:
Manuel
2021-08-24 00:50:49 +02:00
committed by GitHub
parent a967e79219
commit b1de21a89a
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,13 @@ jobs:
run: npm ci
- name: CI Self-Check
run: npm run ci:check
check-changelog:
name: Changelog
timeout-minutes: 5
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
check-lint:
name: Lint
timeout-minutes: 15