mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-14 20:30:32 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd58fcf50d |
@@ -31,9 +31,6 @@ _git_changes() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# PROGRAM
|
# PROGRAM
|
||||||
# Changing to the directory
|
|
||||||
cd "$GITHUB_ACTION_PATH"
|
|
||||||
|
|
||||||
echo "Running autopep8..."
|
echo "Running autopep8..."
|
||||||
autopep8 $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
|
autopep8 $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user