Update lint.yml

pull/885/head
Jason 2 years ago committed by GitHub
parent fc414b57b7
commit 68a643ebec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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