From 08debabae09107d6015cad353300e6da44a5ec91 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:42:27 +0200 Subject: [PATCH] ci: add changelog check (#1112) --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9154f0993..e6e50e888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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