workflow: rename lint job
All checks were successful
ansible-lint / ansible-lint (push) Successful in 28s

This commit is contained in:
Josh Lay 2025-10-19 14:13:13 -05:00
parent 9c5dc4e46f
commit 2533e2169b
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -1,5 +1,5 @@
---
name: lint
name: ansible-lint
on: # yamllint disable-line rule:truthy
pull_request:
@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 * * 0" # weekly, test against potentially-new ansible
jobs:
test:
ansible-lint:
runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner
steps: