workflow: superficial changes (---, spacing), rerun
All checks were successful
lint / test (push) Successful in 25s
All checks were successful
lint / test (push) Successful in 25s
This commit is contained in:
parent
3e2f810df7
commit
00392524f6
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: lint
|
name: lint
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
|
@ -14,10 +15,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: cache '.ansible/collections'
|
- name: cache '.ansible/collections'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue