Skip to content

Commit

Permalink
Break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
retinfai committed Feb 29, 2024
1 parent 7e00802 commit 26d3090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/autoformatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.BOT_ACCESS_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -50,10 +50,5 @@ jobs:
git config --local user.name "Formatter [BOT]"
git add .
git commit -m "Auto-format code 🧹🌟🤖"
git push
fi
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.BOT_ACCESS_TOKEN}}
branch: ${{ github.head_ref }}
4 changes: 4 additions & 0 deletions tests/test_suite.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
def test_mock():





assert False

0 comments on commit 26d3090

Please sign in to comment.