1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00
hetzner.hcloud/.github/workflows/check-changelog-fragments.yml
Jonas L 02516d9a7b
refactor: prefer true/false over yes/no (#226)
* style: format md and yml files using prettier

* refactor: prefer true/false over yes/no
2023-06-21 10:49:54 +02:00

20 lines
498 B
YAML

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