Compare commits
No commits in common. "2533e2169ba1e04a9eec134f55a61eafb978a556" and "80d57bcb3238759a650b9ed64f15598867bb3e48" have entirely different histories.
2533e2169b
...
80d57bcb32
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: ansible-lint
|
name: lint
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
|
||||||
- cron: "0 0 * * 0" # weekly, test against potentially-new ansible
|
- cron: "0 0 * * 0" # weekly, test against potentially-new ansible
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
test:
|
||||||
runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner
|
runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue