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
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
|
@ -14,10 +15,12 @@ jobs:
|
|||
steps:
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
cache: 'pip'
|
||||
|
||||
- run: pip install -r requirements.txt
|
||||
|
||||
- name: cache '.ansible/collections'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue