-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some pep8 modification remained and removed unwanted files (#144)
Co-authored-by: Greshma Shaji <[email protected]>
- Loading branch information
1 parent
d115c0e
commit 62a87b5
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,12 @@ jobs: | |
- name: Run autopep8 (fix PEP8 issues automatically) | ||
run: autopep8 --in-place --recursive --aggressive --max-line-length 120 -v . | ||
|
||
- name: Clean the workspace | ||
if: github.event_name == 'pull_request' | ||
run: git reset --hard | ||
|
||
- name: Commit changes if any | ||
if: github.event_name == 'push' | ||
run: | | ||
git config --global user.name "GitHub Action" | ||
git config --global user.email "[email protected]" | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters