From b57c0dd7c5522ca9c8d8b752f383ccb4567af1d4 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:31:49 +1000 Subject: [PATCH] Rename action --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7296ba890..3c5873056 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -81,10 +81,10 @@ jobs: linters: flake8 run: poe lint ${{ needs.changed-files.outputs.changed_python_files }} - typing: + mypy: if: needs.changed-files.outputs.any_python_changed == 'true' runs-on: ubuntu-latest - name: Check types + name: Check types with mypy needs: changed-files steps: - uses: actions/checkout@v4