Skip to content

Bump alpine from 3.18.4 to 3.18.5 #147

Bump alpine from 3.18.4 to 3.18.5

Bump alpine from 3.18.4 to 3.18.5 #147

Workflow file for this run

---
name: linters
'on': push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile
recursive: true
- uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: true
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/*.yml .github/workflows/*.yml
strict: true