Skip to content

Use Python 3.12 for Rocky 8 to be compatible with current Ansible version #43

Use Python 3.12 for Rocky 8 to be compatible with current Ansible version

Use Python 3.12 for Rocky 8 to be compatible with current Ansible version #43

Workflow file for this run

name: lint
on:
# yamllint disable-line rule:truthy
push:
branches: [master]
pull_request:
branches: [master]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
recursive: true
failure-threshold: warning # info is usually ok