mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
8 lines
181 B
YAML
8 lines
181 B
YAML
schemaVersion: 2.0.0
|
|
|
|
commandTests:
|
|
- name: "Check hadolint is installed"
|
|
command: hadolint
|
|
args: ['-v']
|
|
expectedOutput: ["Haskell Dockerfile Linter"]
|
|
exitCode: 0
|