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
2019-10-02 21:50:00 +01:00

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