Skip to content

CI Dockerfile by @renovate[bot] cb0da3af38c53c3679e1b8be69beba446a96de9b #54

CI Dockerfile by @renovate[bot] cb0da3af38c53c3679e1b8be69beba446a96de9b

CI Dockerfile by @renovate[bot] cb0da3af38c53c3679e1b8be69beba446a96de9b #54

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