mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
refactor: prefer true/false over yes/no (#226)
* style: format md and yml files using prettier * refactor: prefer true/false over yes/no
This commit is contained in:
parent
97c84e93a4
commit
02516d9a7b
47 changed files with 348 additions and 364 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install antsibull-changelog
|
||||
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