]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: restore async-to-sync check to check all the files
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Apr 2024 22:34:21 +0000 (00:34 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Apr 2024 22:40:37 +0000 (00:40 +0200)
.github/workflows/lint.yml

index b86c53e75fcc7f47c3b13186c04fe376ec1a9288..d9a533ccbe58ae7e052a6e96036d1bf03f21b969 100644 (file)
@@ -37,7 +37,7 @@ jobs:
         run: mypy
 
       - name: Check for sync/async inconsistencies
-        run: ./tools/async_to_sync.py --all --check
+        run: ./tools/async_to_sync.py --all --check -B
 
       - name: Check spelling
         run: codespell