Przeglądaj źródła

Check formatting in actions

Jelmer Vernooij 11 miesięcy temu
rodzic
commit
e1787b90c8
1 zmienionych plików z 1 dodań i 0 usunięć
  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