Skip to content

CI Dockerfile by @renovate[bot] 09e5338660171913bda29d1c33b116f6216c1d3e #66

CI Dockerfile by @renovate[bot] 09e5338660171913bda29d1c33b116f6216c1d3e

CI Dockerfile by @renovate[bot] 09e5338660171913bda29d1c33b116f6216c1d3e #66

Workflow file for this run

name: CI Dockerfile
on:
pull_request:
paths:
- .github/workflows/ci-dockerfile.yml
- Dockerfile
run-name: CI Dockerfile by @${{ github.actor }} ${{ github.sha }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
failure-threshold: style
recursive: true