Antisibul (#151)

* Add antsibull changelog tests

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>

* Add antsibull changelog tests

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2022-09-14 10:15:22 +02:00 committed by GitHub
parent cc675d4321
commit 6869cf51c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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