summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 21:56:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 21:56:06 +0000
commit7a70814a601fb7995ded8627a48b5051ac171cb5 (patch)
tree7d554d5075ab689e32313ccf4cef25b3f4ba9530 /.github/workflows/test.yaml
parentAdding upstream version 3.0.27. (diff)
downloadptpython-upstream.tar.xz
ptpython-upstream.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/test.yaml')
-rw-r--r--.github/workflows/test.yaml2
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: |