Skip to content

Commit 2243838

Browse files
authored
Merge pull request #26 from BerryBytes/feat/sync
Feat/sync
2 parents c765c61 + 6439f07 commit 2243838

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-precommit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Precommit Config
33
on:
44
push:
55
branches:
6-
- feat/precommit-config
6+
- feat/sync
77
workflow_dispatch:
88

99
permissions:

global/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EOF
166166
log "INFO" "$file already exists — skipping creation"
167167
fi
168168

169-
# Create .prettierrc if missing
169+
170170
create_config_if_missing ".prettierrc" '{
171171
"singleQuote": true,
172172
"trailingComma": "es5",

0 commit comments

Comments
 (0)