Skip to content

Commit

Permalink
fix: autopep8 path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Oct 14, 2024
1 parent 61643fe commit 90d7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-formatter/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ runs:
if [[ $file == *".github"* ]]; then
echo "Cannot format .github/workflow files."
elif [[ $file == *".py"* ]]; then
python3 -m autopep8 --in-place $file
~/.local/bin/autopep8 --in-place $file
elif [[ $file == *".rb"* ]]; then
bundle exec standardrb --fix $file
elif [[ $file == *".tf" ]] || [[ $file == *".tfvars" ]]; then
Expand Down

0 comments on commit 90d7541

Please sign in to comment.