Files
hadolint-action/hadolint.sh
T
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

6 lines
69 B
Bash
Executable File

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