1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/action.yml
2019-10-02 22:17:00 +01:00

15 lines
341 B
YAML

name: 'Hadolint Action'
description: 'Action that runs Hadolint Dockerfile linting tool'
author: 'Bruno Paz'
inputs:
dockerfile:
description: 'The path to the Dockerfile to lint'
default: 'Dockerfile'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.dockerfile }}
branding:
icon: 'layers'
color: 'purple'