mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01: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 "$@"
|