From c3cb95123eaaf4cb16c30ba6bf4e9dc146043f35 Mon Sep 17 00:00:00 2001 From: Christian Luu <35637788+christianvluu@users.noreply.github.com> Date: Sun, 19 Nov 2023 01:58:01 -0500 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index cf624e64..a8ffd251 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -31,5 +31,6 @@ jobs: if [[ -z "$tmp_pfiles" ]]; then echo "No files to lint" else + echo "Running Linter!" pylint --rc-file=/home/runner/work/RoboBuggy2/RoboBuggy2/.github/workflows/.pylintrc $tmp_pfiles fi