Skip to content

Commit

Permalink
UbuntuGH.yml: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 17, 2024
1 parent 13771de commit 72b6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
pwd
find . -type f \( ! -iname "*.log" ! -path "*/.dotfiles/logs/HEAD" \
! -path "*work/_temp/*" ! -path "./runners/*" \
! -name ".wget-hsts" ! -path ".cargo/.global-cache/*" \) -print0 |
! -name ".wget-hsts" ! -path ".cargo/.global-cache/*" \) -print0 |
xargs -0 -I{} bash -c 'if ! diff "$1" "/tmp/old_home/$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}

0 comments on commit 72b6f35

Please sign in to comment.