diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19c382623..8694ef239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: python-version: "3.x" - name: Install dependencies run: pip install tox - - name: Run style and typing checks + - name: Run style and static checks run: tox -e lint test: runs-on: ${{ matrix.platform }}