Skip to content

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 #16

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 #16

---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/[email protected]
with:
lfs: true
submodules: false
fetch-depth: 0
- name: Run ansible-lint
uses: ansible-actions/[email protected]
with:
target: "./"
python_dependency: "jmespath"