Skip to content

Commit

Permalink
Fix linter script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 6, 2024
1 parent ffab94a commit 599a584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/lint/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -e

./setup.sh

if ["ament_flake8" == "ament_${LINTER}"]
then
if [[ "ament_flake8" == "ament_${LINTER}" ]]; then
ament_${LINTER} . --config python_linter.flake8
else
ament_${LINTER}
Expand Down

0 comments on commit 599a584

Please sign in to comment.