Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvluu authored Nov 19, 2023
1 parent dfdb9b0 commit ae217ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae217ee

Please sign in to comment.