I have no idea what i'm doing
This commit is contained in:
parent
cbf7c102c1
commit
349ddb47dc
@ -2,10 +2,12 @@ name: Lint ansible
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
lint:
|
||||
container: pipelinecomponents/ansible-lint
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
- name: "Run linter"
|
||||
run: ansible-lint --show-relpath
|
||||
|
Loading…
Reference in New Issue
Block a user