Skip to content

CI Dockerfile by @renovate[bot] a596192ff44742fbdfe348688fec84d4ae784b94 #68

CI Dockerfile by @renovate[bot] a596192ff44742fbdfe348688fec84d4ae784b94

CI Dockerfile by @renovate[bot] a596192ff44742fbdfe348688fec84d4ae784b94 #68

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