workflow: superficial changes (---, spacing), rerun
All checks were successful
lint / test (push) Successful in 25s

This commit is contained in:
Josh Lay 2025-10-19 10:49:31 -05:00
parent 3e2f810df7
commit 00392524f6
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -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'