Skip to content

Update rake requirement from = 13.2.0 to = 13.2.1 #97

Update rake requirement from = 13.2.0 to = 13.2.1

Update rake requirement from = 13.2.0 to = 13.2.1 #97

Workflow file for this run

---
name: linters
'on': push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://github/super-linter:v2.1.1
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_ANSIBLE: false
- uses: crate-ci/typos@master
- uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: true
files: README.adoc
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/*.yml .github/workflows/*.yml
strict: true