diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 21:56:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 21:56:06 +0000 |
commit | 7a70814a601fb7995ded8627a48b5051ac171cb5 (patch) | |
tree | 7d554d5075ab689e32313ccf4cef25b3f4ba9530 /.github/workflows | |
parent | Adding upstream version 3.0.27. (diff) | |
download | ptpython-7a70814a601fb7995ded8627a48b5051ac171cb5.tar.xz ptpython-7a70814a601fb7995ded8627a48b5051ac171cb5.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: | |