Skip to content

Commit e503b7f

Browse files
committed
Update ci.yml
1 parent a967e79 commit e503b7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
run: npm ci
3232
- name: CI Self-Check
3333
run: npm run ci:check
34+
check-changelog-update:
35+
runs-on: ubuntu-18.04
36+
timeout-minutes: 5
37+
steps:
38+
- uses: actions/checkout@v2
39+
- uses: dangoslen/changelog-enforcer@v2
3440
check-lint:
3541
name: Lint
3642
timeout-minutes: 15

0 commit comments

Comments
 (0)