From 99d7b0cbd4463e2c90f8cf9ff571b6846d894927 Mon Sep 17 00:00:00 2001 From: Christian Luu <35637788+christianvluu@users.noreply.github.com> Date: Sun, 19 Nov 2023 02:10:19 -0500 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a8ffd251..8ccf8a98 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -27,7 +27,6 @@ jobs: if [ -z "$(echo "$tmp_files" | grep "\.py")" ]; then exit 0; else echo "Python files are found"; fi tmp_pfiles=$(echo "$tmp_files" | grep "\.py") echo "Python files are $tmp_pfiles" - cd rb_ws if [[ -z "$tmp_pfiles" ]]; then echo "No files to lint" else