Update lint.yml

pull/908/head
Jason 2 years ago committed by Jason
parent e44718ffdb
commit dd991e4723

@ -23,7 +23,7 @@ jobs:
run: |
black . --line-length 101
git config --global user.name 'autoblack'
git config --global user.email 'JasonLovesDoggo@users.noreply.github.com'
git config --global user.email 'jasoncameron.all@gmail.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF
git commit -am "fixup: Format Python code with Black"

Loading…
Cancel
Save