workflow: rename lint job
All checks were successful
ansible-lint / ansible-lint (push) Successful in 28s
All checks were successful
ansible-lint / ansible-lint (push) Successful in 28s
This commit is contained in:
parent
9c5dc4e46f
commit
2533e2169b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-lint.yml
vendored
4
.github/workflows/ansible-lint.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue