1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/hadolint.sh
Arne Jørgensen 88386d9893
feat: Add problem matcher
* Add problem matcher

* Fix loading tar file from artifacts
2020-12-05 17:34:32 +00:00

5 lines
69 B
Bash
Executable file

#!/bin/sh
echo '::add-matcher::problem-matcher.json'
hadolint "$@"