diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:51:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:51:51 +0000 |
commit | 482f6126eb61897dd74874616eabe975a308a4fb (patch) | |
tree | 7d554d5075ab689e32313ccf4cef25b3f4ba9530 /.github/workflows | |
parent | Adding upstream version 3.0.27. (diff) | |
download | ptpython-482f6126eb61897dd74874616eabe975a308a4fb.tar.xz ptpython-482f6126eb61897dd74874616eabe975a308a4fb.zip |
Adding upstream version 3.0.29.upstream/3.0.29upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a50f3b..c62bdc3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: - name: Type Checker run: | mypy ptpython - ruff . + ruff check . ruff format --check . - name: Run Tests run: | |