mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 14:45:53 +00:00
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo '::add-matcher::problem-matcher.json'
|
|
|
|
hadolint "$@"
|