From cfcfc3c1fd67bc9dd0884a6c627dacac23747a00 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Fri, 22 Aug 2025 17:36:46 +0900 Subject: [PATCH] auto format md files (#24242) --- .github/workflows/autofix.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index f5ba498c7d..dada6229db 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -26,6 +26,7 @@ jobs: - name: ast-grep run: | uvx --from ast-grep-cli sg --pattern 'db.session.query($WHATEVER).filter($HERE)' --rewrite 'db.session.query($WHATEVER).where($HERE)' -l py --update-all - + - name: mdformat + run: | + uvx mdformat . - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 -