style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 1m27s
TrafficCue CI / build (push) Successful in 1m43s

This commit is contained in:
2025-09-06 18:37:38 +02:00
parent 9d226f3387
commit d1e86ce174
6 changed files with 24 additions and 16 deletions

View File

@ -16,4 +16,4 @@ jobs:
run: bunx @inlang/paraglide-js compile
- run: bun run check
- run: bunx eslint
- run: bunx prettier --check .
- run: bunx prettier --check .

View File

@ -41,4 +41,4 @@ jobs:
rsync -avz -e "ssh -i private_key -o StrictHostKeyChecking=no" dist/ $DEPLOY_USER@$DEPLOY_HOST:$TARGET_PATH/
rm private_key
rm private_key