From be6a367355859bb4eb72603fdb5038178ef72d0f Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:55:37 +0000 Subject: [PATCH] style: quote --- .github/workflows/tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 115bda2..36e4eca 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -29,7 +29,7 @@ jobs: env: CI: true - name: Upload coverage report to Codecov - if: matrix.os == "ubuntu-latest" && matrix.node-version == "22" + if: matrix.os == 'ubuntu-latest' && matrix.node-version == '22' uses: codecov/codecov-action@v4 with: fail_ci_if_error: true