From 9352ba2bb9ac8dc930d1d4d65e75f6b360b37beb Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 28 Oct 2023 02:40:44 +0200 Subject: [PATCH] fix a typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f9328ae..f329a03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: lint: runs-on: ubuntu-latest - name: Lint with Ruff (Py${{ matrix.python-version }}_ + name: Lint with Ruff (Py${{ matrix.python-version }}) strategy: fail-fast: false matrix: