Skip to content

Commit

Permalink
Let black work on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 authored Apr 2, 2022
1 parent 662d76a commit fec33dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

# Runs the code through Black
- uses: piotrpawlaczek/python-blacken@release/stable
Expand Down

0 comments on commit fec33dd

Please sign in to comment.