瀏覽代碼

Check formatting in actions

Jelmer Vernooij 1 年之前
父節點
當前提交
e1787b90c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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