Skip to content

Bump ruby/setup-ruby from 1.154.0 to 1.155.0 (#25) #82

Bump ruby/setup-ruby from 1.154.0 to 1.155.0 (#25)

Bump ruby/setup-ruby from 1.154.0 to 1.155.0 (#25) #82

Workflow file for this run

---
name: linters
'on': push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/[email protected]
with:
files: ./*.md
- uses: docker://github/super-linter:v2.1.1
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_ANSIBLE: false
- uses: crate-ci/typos@master
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/*.yml .github/workflows/*.yml
strict: true