We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a13658 commit 2f103c6Copy full SHA for 2f103c6
1 file changed
.github/workflows/update-pre-commit-hooks.yml
@@ -260,6 +260,10 @@ jobs:
260
echo "📦 Running pre-commit autoupdate --freeze..."
261
pre-commit autoupdate --freeze
262
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
+
267
# Migrate config if needed
268
echo "🔧 Running config migration..."
269
pre-commit migrate-config
0 commit comments