Refactor challenges to use cycle count instead of time (#4222)

Co-authored-by: Richard Beales <rich@richbeales.net>
This commit is contained in:
merwanehamadi
2023-05-15 19:44:36 -07:00
committed by GitHub
parent 17c45ee53a
commit 6c4426d8e6
23 changed files with 1088 additions and 141 deletions

View File

@@ -45,6 +45,10 @@ jobs:
run: isort . --check
if: success() || failure()
- name: Check mypy formatting
run: mypy
if: success() || failure()
test:
permissions:
# Gives the action the necessary permissions for publishing new