summaryrefslogtreecommitdiffstats
path: root/ansible_collections/hetzner/hcloud/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/hetzner/hcloud/.github/workflows')
-rw-r--r--ansible_collections/hetzner/hcloud/.github/workflows/check-changelog-fragments.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible_collections/hetzner/hcloud/.github/workflows/check-changelog-fragments.yml b/ansible_collections/hetzner/hcloud/.github/workflows/check-changelog-fragments.yml
new file mode 100644
index 000000000..037ff7ec0
--- /dev/null
+++ b/ansible_collections/hetzner/hcloud/.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