diff --git a/.github/workflows/style_type_checks.yml b/.github/workflows/style_type_checks.yml index 8ad3c0fa68..3d7287ecbd 100644 --- a/.github/workflows/style_type_checks.yml +++ b/.github/workflows/style_type_checks.yml @@ -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