Skip to content

Commit 08debab

Browse files
authored
ci: add changelog check (#1112)
1 parent 848d59b commit 08debab

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ on:
99
branches:
1010
- '**'
1111
jobs:
12-
build:
12+
check-changelog:
13+
name: Changelog
14+
timeout-minutes: 5
15+
runs-on: ubuntu-18.04
16+
steps:
17+
- uses: actions/checkout@v2
18+
- uses: dangoslen/changelog-enforcer@v2
19+
check-build:
20+
name: Gradle Build
21+
timeout-minutes: 5
1322
runs-on: ubuntu-latest
1423
steps:
1524
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)