Skip to content

Commit b8c98c1

Browse files
committed
Update ci.yml
1 parent d3dde03 commit b8c98c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ 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
34+
check-changelog:
35+
name: Changelog Entry
3636
timeout-minutes: 5
37+
runs-on: ubuntu-18.04
3738
steps:
3839
- uses: actions/checkout@v2
3940
- uses: dangoslen/changelog-enforcer@v2

0 commit comments

Comments
 (0)