From d5899d61c76f441b95956bc44e5dd140cf2556cf Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:05:31 -0400 Subject: [PATCH] Rename CI check stage to just 'check' --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 558ab7b..f7f4733 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,6 @@ jobs: - name: Run Toxenv ${{ matrix.python.toxenv }} run: poetry run tox -e ${{ matrix.python.toxenv }} Check: - name: Security, Linting, Formatting, Typing runs-on: ubuntu-latest steps: - name: Checkout