From ae217eeaaa5ebedaecd5329c5859c1a21eb3e533 Mon Sep 17 00:00:00 2001 From: Christian Luu <35637788+christianvluu@users.noreply.github.com> Date: Sun, 19 Nov 2023 01:49:44 -0500 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index b89b1eab..9676d597 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -28,7 +28,7 @@ jobs: - name: Analysing the code with pylint run: | cd rb_ws - if [[ -z $tmp_pfiles ]]; then + if [[ -z "$tmp_pfiles" ]]; then echo "No files to lint" else pylint --rc-file=/home/runner/work/RoboBuggy2/RoboBuggy2/.github/workflows/.pylintrc $tmp_pfiles