Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Sep 6, 2022
1 parent 202c86e commit 8b7d008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install --upgrade pip
pip install yapf
- name: format repository with yapf in google-python format
run: yapf -i -r --style .github\style.yapf .
run: yapf -i -r --style ./.github/style.yapf .
- name: retrieve name and E-Mail configuration
run: |
git config --global user.name ${{ secrets.NAME_GITHUB }}
Expand Down

0 comments on commit 8b7d008

Please sign in to comment.