You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple files change, tj-action/changed-files separates file names
with a space, so the output is ambiguous. Switch to JSON output and use
jq to convert the array to a text file with one file name per line, a
format that is readily usable for clang-format-action.
Signed-off-by: Luca Burelli <[email protected]>
0 commit comments