Skip to content

CI Dockerfile by @renovate[bot] 398921cf5e35a114f141250a6144c4536706f968 #57

CI Dockerfile by @renovate[bot] 398921cf5e35a114f141250a6144c4536706f968

CI Dockerfile by @renovate[bot] 398921cf5e35a114f141250a6144c4536706f968 #57

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