From 8a7b4f69a81004f03ce7a9fa8e2f70097e9f6063 Mon Sep 17 00:00:00 2001 From: vsyrgkanis Date: Tue, 23 Jul 2024 05:44:41 -0700 Subject: [PATCH] Update check-R-notebooks.yml --- .github/workflows/check-R-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-R-notebooks.yml b/.github/workflows/check-R-notebooks.yml index b722356..0aecdbe 100644 --- a/.github/workflows/check-R-notebooks.yml +++ b/.github/workflows/check-R-notebooks.yml @@ -137,7 +137,7 @@ jobs: linting_error <- TRUE } } - if linting_error { + if (linting_error) { writeLines("linting_errors_found=true", "linting_errors_check.txt") } else { writeLines("linting_errors_found=false", "linting_errors_check.txt")