We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f54ad commit 611d3caCopy full SHA for 611d3ca
entrypoint.sh
@@ -2,7 +2,6 @@
2
set -e
3
trap 'rm -f result.txt >/dev/null 2>&1' EXIT
4
5
-# --- auxiliares -------------------------------------------------------
6
run_codenarc() {
7
report="${INPUT_REPORT:-compact:stdout}"
8
includes_arg=""
@@ -50,7 +49,6 @@ check_blocking_rules() {
50
49
echo "✅ Nenhuma violacao bloqueante (priority 1) encontrada ou flag de bloqueio desativada (block_on_violation=false)."
51
}
52
53
-# --- principal -------------------------------------------------------
54
if [ -n "${GITHUB_WORKSPACE}" ]; then
55
cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit
56
git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments