Skip to content

Commit

Permalink
fix: base path
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Jul 27, 2024
1 parent df9bbd7 commit 33543f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ mypy_check_output="$(${INPUT_EXECUTE_COMMAND} \
)" || mypy_exit_val="$?"

# shellcheck disable=SC2086
echo "${mypy_check_output}" | \
python ./mypy_to_rdjson/mypy_to_rdjson.py | \
echo "${mypy_check_output}" | \
python3 "${BASE_PATH}/mypy_to_rdjson/mypy_to_rdjson.py" | \
reviewdog \
-f=rdjson \
-name="${INPUT_TOOL_NAME:-mypy}" \
Expand Down

0 comments on commit 33543f9

Please sign in to comment.