From 9a4d86b18552a8eb7ce0de348285ff1e9d0f1c0c 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 f9328ae9..f329a03c 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: