Skip to content

chore(deps): update renovatebot/github-action action to v40 - autoclosed #413

chore(deps): update renovatebot/github-action action to v40 - autoclosed

chore(deps): update renovatebot/github-action action to v40 - autoclosed #413

Workflow file for this run

name: Ansible and YAML Lint
on:
workflow_dispatch:
push:
branches: [ '*' ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint YAML
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "."
config_file: "./.github/yamllint.yaml"
- name: Lint Ansible
uses: ansible/ansible-lint-action@main