Skip to content

Merge pull request #55 from dev-sec/rocky_python #44

Merge pull request #55 from dev-sec/rocky_python

Merge pull request #55 from dev-sec/rocky_python #44

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