Skip to content

Commit 59caef6

Browse files
committed
removed changelog check from ci
1 parent ff287ea commit 59caef6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
run: npm run ci:check
3838
- name: CI Node Engine Check
3939
run: npm run ci:checkNodeEngine
40-
check-changelog:
41-
name: Changelog
42-
timeout-minutes: 5
43-
runs-on: ubuntu-18.04
44-
steps:
45-
- uses: actions/checkout@v2
46-
- uses: dangoslen/changelog-enforcer@v2
4740
# check-lint:
4841
# name: Lint
4942
# timeout-minutes: 15

0 commit comments

Comments
 (0)