Debug
This commit is contained in:
parent
707d6beee1
commit
9a4f4d4f6a
|
@ -29,11 +29,11 @@ namcapAnalysis() {
|
||||||
pacman -S --noconfirm namcap
|
pacman -S --noconfirm namcap
|
||||||
|
|
||||||
namcapOutput=$(namcap PKGBUILD)
|
namcapOutput=$(namcap PKGBUILD)
|
||||||
[ -n "$namcapOutput" ] && echo "::warning::$namcapOutput"
|
[ -n "$namcapOutput" ] && echo "::warning::$namcapOutput HOLA"
|
||||||
if [ -f "$pkgFile" ]; then
|
if [ -f "$pkgFile" ]; then
|
||||||
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
|
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
|
||||||
namcapOutput=$(namcap "$pkgFile")
|
namcapOutput=$(namcap "$pkgFile")
|
||||||
[ -n "$namcapOutput" ] && echo "::warning::$relPkgFile:$namcapOutput"
|
[ -n "$namcapOutput" ] && echo "::warning::$relPkgFile:$namcapOutput CHAU"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue