Skip to content

Commit 2f103c6

Browse files
committed
fix: for formatting
1 parent 6a13658 commit 2f103c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-pre-commit-hooks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ jobs:
260260
echo "📦 Running pre-commit autoupdate --freeze..."
261261
pre-commit autoupdate --freeze
262262
263+
# Fix YAML formatting - ensure single space before frozen comments
264+
echo "🔧 Fixing YAML formatting for prettier compliance..."
265+
sed -i 's/ # frozen:/ # frozen:/g' "${{ env.CONFIG_FILE }}"
266+
263267
# Migrate config if needed
264268
echo "🔧 Running config migration..."
265269
pre-commit migrate-config

0 commit comments

Comments
 (0)