Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennolium authored Sep 28, 2023
1 parent 24d6d53 commit 139bc0a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,3 @@ jobs:
with:
options: "--verbose"
src: "./src/swiftguard"

- uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "Format Python code with psf/black push"
commit-message: ":art: Format Python code with psf/black"
body: |
There appear to be some python formatting errors in ${{ github.sha }}. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix these issues.
base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch
branch: actions/black

0 comments on commit 139bc0a

Please sign in to comment.