Skip to content

YDA-5319: implement delay times for async jobs #1497

YDA-5319: implement delay times for async jobs

YDA-5319: implement delay times for async jobs #1497

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- '.github/workflows/ansible-lint-zabbix.yml'
- '.github/workflows/documentation.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- '.github/workflows/ansible-lint-zabbix.yml'
- '.github/workflows/documentation.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v2
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible-community/[email protected]
with:
path: "playbook.yml"