mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Add antsibull changelog tests
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
cc675d4321
commit
a72c55fcbf
1 changed files with 20 additions and 0 deletions
20
.github/workflows/check-changelog-fragments.yml
vendored
Normal file
20
.github/workflows/check-changelog-fragments.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue