Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 20, 2024
1 parent c6db6dd commit cf10b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/style_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
pip install types-python-dateutil
pip install types-waitress
pip install types-PyYAML
- name: Style and type checks
run: |
just black
just mypy
- name: Style check
run: just black
- name: Type check
run: just mypy
- name: Check license headers
run: just license

0 comments on commit cf10b5a

Please sign in to comment.