From 0da3aa1456f082cf1edb205723c2d0fb766ac727 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:39:25 +0200 Subject: [PATCH] add changelog check --- .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