Skip to content

Commit

Permalink
Update pep8-formatter.yml
Browse files Browse the repository at this point in the history
removed auto formatting
  • Loading branch information
alekskl01 authored Oct 8, 2023
1 parent f34250d commit 67e9417
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pep8-formatter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Format python code
on:
push:
paths:
- '**.py'
workflow_dispatch:
jobs:
autoyapf:
runs-on: ubuntu-latest
Expand All @@ -26,4 +24,4 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:$${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "Automated autoyapf fixes"
git push
git push

0 comments on commit 67e9417

Please sign in to comment.