Compare commits
2 commits
80d57bcb32
...
2533e2169b
Author | SHA1 | Date | |
---|---|---|---|
2533e2169b | |||
9c5dc4e46f |
1 changed files with 2 additions and 2 deletions
|
@ -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