Browse Source

auto format md files (#24242)

tags/1.8.0
Asuka Minato 2 months ago
parent
commit
cfcfc3c1fd
No account linked to committer's email address
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      .github/workflows/autofix.yml

+ 3
- 2
.github/workflows/autofix.yml View File

@@ -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


Loading…
Cancel
Save