From f141760066406690a7f54a23762e3d146ea0d721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 12 Oct 2024 15:39:17 +0200 Subject: [PATCH] Fix a typos (#257) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c43232d..10bb9e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -133,7 +133,7 @@ jobs: debug: true continue-on-error: true - # Explictly check the exit code of the previous step + # Explicitly check the exit code of the previous step # as it's expected to fail - name: Check failIfEmpty if: steps.fail_if_empty_test.outcome != 'failure'