From a72c55fcbfa11236629eff00adeec328959ed897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 14 Sep 2022 09:48:21 +0200 Subject: [PATCH] Add antsibull changelog tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- .../workflows/check-changelog-fragments.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/check-changelog-fragments.yml diff --git a/.github/workflows/check-changelog-fragments.yml b/.github/workflows/check-changelog-fragments.yml new file mode 100644 index 0000000..6e36483 --- /dev/null +++ b/.github/workflows/check-changelog-fragments.yml @@ -0,0 +1,20 @@ +name: antsibull-changelog tests + +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + name: antsibull-changelog-lint + steps: + - uses: actions/checkout@v2 + - name: Setup python + uses: actions/setup-python@v3 + with: + python-version: 3.10 + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install antsibull-changelog + - name: test with lint + run: antsibull-changelog lint