Browse Source

Check formatting in actions

Jelmer Vernooij 11 months ago
parent
commit
e1787b90c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/pythontest.yml

+ 1 - 0
.github/workflows/pythontest.yml

@@ -39,6 +39,7 @@ jobs:
         run: |
           pip install --upgrade ruff
           python -m ruff check .
+          python -m ruff format --check .
       - name: Typing checks
         run: |
           pip install --upgrade mypy types-paramiko types-requests