Skip to content

CI Dockerfile by @renovate[bot] c082bcd3e70e6f1014b00682cecef715893c8c9b #67

CI Dockerfile by @renovate[bot] c082bcd3e70e6f1014b00682cecef715893c8c9b

CI Dockerfile by @renovate[bot] c082bcd3e70e6f1014b00682cecef715893c8c9b #67

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