We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c765c61 + 6439f07 commit 2243838Copy full SHA for 2243838
2 files changed
.github/workflows/sync-precommit-config.yaml
@@ -3,7 +3,7 @@ name: Sync Precommit Config
3
on:
4
push:
5
branches:
6
- - feat/precommit-config
+ - feat/sync
7
workflow_dispatch:
8
9
permissions:
global/pre-commit.sh
@@ -166,7 +166,7 @@ EOF
166
log "INFO" "$file already exists — skipping creation"
167
fi
168
169
- # Create .prettierrc if missing
+
170
create_config_if_missing ".prettierrc" '{
171
"singleQuote": true,
172
"trailingComma": "es5",
0 commit comments