mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01: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
|