Skip to content

chore: bump ansible from 8.0.0 to 8.1.0 in /.github/workflows #710

chore: bump ansible from 8.0.0 to 8.1.0 in /.github/workflows

chore: bump ansible from 8.0.0 to 8.1.0 in /.github/workflows #710

Workflow file for this run

---
## Source: https://github.com/marketplace/actions/yaml-lint
name: Yaml Lint
"on":
pull_request:
push:
schedule:
- cron: "0 7 * * *"
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
format: github