Show test issues as annotations in the GitHub Actions job summary

This commit is contained in:
Rangi42
2024-08-27 01:02:53 -04:00
parent 38a90890fb
commit 3a5ff35928
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ edited () {
dependency () {
if edited "$1" && ! edited "$2"; then
echo "'$1' was modified, but not '$2'! $3" | xargs
echo >&2 "::warning '$1' was modified, but not '$2'! $3" | xargs
fi
}