Skip to content

fix: Added print information about steps in execution #1

fix: Added print information about steps in execution

fix: Added print information about steps in execution #1

Workflow file for this run

name: Lint Dockerfile
on:
push:
paths:
- 'Dockerfile'
workflow_dispatch:
inputs:
input:
description: "Manual Execution"
required: true
default: "Manual Execution"
jobs:
Lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"
failure-threshold: error
format: json