Skip to content

chore: prepare v1.14.0 #224

chore: prepare v1.14.0

chore: prepare v1.14.0 #224

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