From 9480c98ccc5f4036d02669d879832a42dc6e7842 Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:46:53 +0100 Subject: [PATCH] CI: spell checker silently fails --- .github/workflows/sub_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index b8687dbd2e..5aea588edb 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -131,7 +131,7 @@ on: type: string required: false codespellFailSilent: - default: false + default: true type: boolean required: false checkClangTidy: