Skip to content

Commit

Permalink
feat: enhancing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent c8473c3 commit 2111159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ runs:
echo "✅ $(basename $file)"
fi
done < <(find "${{ inputs.folder }}" -type f -name "*.ark" $exclusions -print0)
echo $failures
echo "$failures file(s) need to be formatted"
[ $failures -gt 0 ] && exit 1 || exit 0

0 comments on commit 2111159

Please sign in to comment.