Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 9, 2024
1 parent 92d0220 commit 258d231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/reviewdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if [ -n "${GITHUB_BASE_REF+set}" ]; then
[[ ${SEC_ACTION_DEBUG:-false} == 'true' ]] && grep -H "" reviewdog.$runner.stderr.log || true
done

echo "fickling TEST"
cat fickling.log

for runner in $RUNNERS; do
cat $runner.log | reviewdog -reporter=github-pr-review -efm='%f:%l: %m' \
|| cat $runner.log >> reviewdog.fail.log
Expand Down

0 comments on commit 258d231

Please sign in to comment.