Skip to content

Commit

Permalink
fixing pylint yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Oct 10, 2024
1 parent 632f6c9 commit a48d604
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 @@ -31,5 +31,5 @@ jobs:
echo "No files to lint"
else
echo "Running Linter!"
pylint --rc-file=/home/runner/work/RoboBuggy2/RoboBuggy2/.github/workflows/.pylintrc $tmp_pfiles
pylint --rc-file=/home/runner/work/RoboBuggy3/RoboBuggy3/.github/workflows/.pylintrc $tmp_pfiles
fi

0 comments on commit a48d604

Please sign in to comment.