refactor(dokploy): standardize code formatting and improve readability across multiple components

This commit is contained in:
Mauricio Siu
2025-03-29 13:26:44 -06:00
parent 3daecd7d71
commit fa7f749f84
16 changed files with 888 additions and 831 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: pnpm install
- name: Run Biome formatter
run: pnpm biome check --write --no-errors-on-unmatched --files-ignore-unknown=true
run: pnpm biome format . --write
- name: Commit changes if needed
run: |