Fix repeating task after timeout (#184)

This commit is contained in:
Stan Triepels
2024-06-23 22:36:29 +02:00
committed by GitHub
parent efa0d6d9e4
commit cb253357fb
5 changed files with 64 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Lint with ruff
run: |
pipx install ruff==0.4.4
pipx install ruff==0.4.10
ruff format . --check && ruff check .
test: