1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore: add antsibull-changelog lint pre-commit hook (#247)

* chore: add antsibull-changelog lint pre-commit hook

* ci: remove antsibull-changelog-lint workflow
This commit is contained in:
Jonas L 2023-07-04 09:30:37 +02:00 committed by GitHub
parent 8672df2a49
commit 09c521cb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 20 deletions

View file

@ -1,20 +0,0 @@
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