Skip to content

Commit 78d8da2

Browse files
authored
chore(tooling): add pre-commit prettier hook and consolidate prettier devDependency (#995)
* chore(tooling): add pre-commit prettier hook and consolidate prettier devDependency * chore(tooling): bump CI Node to 24 and use --no-install for lint-staged hook
1 parent c5f39df commit 78d8da2

15 files changed

Lines changed: 576 additions & 228 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch:
1515

1616
env:
17-
NODE_VERSION: 20
17+
NODE_VERSION: 24
1818
JAVA_VERSION: 21
1919
TURBO_SCM_BASE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}
2020

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx --no-install lint-staged

0 commit comments

Comments
 (0)