mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-12 11:31:38 +00:00
88386d9893
* Add problem matcher * Fix loading tar file from artifacts
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo '::add-matcher::problem-matcher.json'
|
|
|
|
hadolint "$@"
|