🐛 Moved fmt to before git add, formatted file

This commit is contained in:
Martin Berg Alstad 2025-04-13 13:22:57 +02:00
parent a7836ff585
commit 3b6a3e5a66
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 11 additions and 11 deletions

View File

@ -5,13 +5,13 @@ fmt:
treefmt --on-unmatched info treefmt --on-unmatched info
test *FLAGS: test *FLAGS:
git add .
just fmt just fmt
git add .
nh os test . {{FLAGS}} nh os test . {{FLAGS}}
switch *FLAGS: switch *FLAGS:
git add .
just fmt just fmt
git add .
nh os switch . {{FLAGS}} nh os switch . {{FLAGS}}
switch-now *FLAGS: switch-now *FLAGS: