Skip to content

Commit

Permalink
ci: add changelog check (parse-community#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 10, 2021
1 parent 848d59b commit 08debab
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ on:
branches:
- '**'
jobs:
build:
check-changelog:
name: Changelog
timeout-minutes: 5
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
check-build:
name: Gradle Build
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 08debab

Please sign in to comment.