1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/structure-tests.yaml

9 lines
181 B
YAML
Raw Permalink Normal View History

2019-10-02 22:50:00 +02:00
schemaVersion: 2.0.0
commandTests:
- name: "Check hadolint is installed"
command: hadolint
args: ['-v']
expectedOutput: ["Haskell Dockerfile Linter"]
exitCode: 0