mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
88386d9893
* Add problem matcher * Fix loading tar file from artifacts
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo '::add-matcher::problem-matcher.json'
|
|
|
|
hadolint "$@"
|