Skip to content

Commit

Permalink
just fix
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 15, 2024
1 parent 758df57 commit 3792280
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ fix:
echo "Checking syntax: $file"
just --unstable --fmt -f $file
done
echo "Checking syntax: justfile"
just --unstable --fmt -f justfile || { exit 1; }
find {{ root-dir }} -type f -name "justfile" | while read -r file; do
echo "Checking syntax: $file"
just --unstable --fmt -f $file
done

0 comments on commit 3792280

Please sign in to comment.