Skip to content

Commit

Permalink
Use alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 18, 2023
1 parent 42ed502 commit 9101af7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ concurrency:
cancel-in-progress: true

jobs:
mypy-clinic:
name: Run mypy on Tools/clinic/
mypy-cases-generator:
name: Run mypy on Tools/cases_generator/
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -37,10 +37,10 @@ jobs:
cache: pip
cache-dependency-path: Tools/requirements-dev.txt
- run: pip install -r Tools/requirements-dev.txt
- run: mypy --config-file Tools/clinic/mypy.ini
- run: mypy --config-file Tools/cases_generator/mypy.in

mypy-cases-generator:
name: Run mypy on Tools/cases_generator/
mypy-clinic:
name: Run mypy on Tools/clinic/
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -51,4 +51,4 @@ jobs:
cache: pip
cache-dependency-path: Tools/requirements-dev.txt
- run: pip install -r Tools/requirements-dev.txt
- run: mypy --config-file Tools/cases_generator/mypy.ini
- run: mypy --config-file Tools/clinic/mypy.ini

0 comments on commit 9101af7

Please sign in to comment.