Skip to content

Commit 9948874

Browse files
authored
fix: fix path to to-rdjsonl.jq (#4)
Signed-off-by: Rintaro Okamura <[email protected]>
1 parent fba124c commit 9948874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo '::group:: Running ast-grep with reviewdog 🐶 ...'
3535

3636
# shellcheck disable=SC2086
3737
ast-grep scan --config="${INPUT_SG_CONFIG}" --json=compact |
38-
jq -f "to-rdjsonl.jq" -c |
38+
jq -f "${GITHUB_ACTION_PATH}/to-rdjsonl.jq" -c |
3939
reviewdog \
4040
-f=rdjsonl \
4141
-name="${INPUT_TOOL_NAME}" \

0 commit comments

Comments
 (0)