Skip to content

Commit

Permalink
Switch Black GitHub action to the official working version (Zulko#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 authored Oct 8, 2020
1 parent 873530e commit b23cc69
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Black
uses: lgeiger/[email protected]
with:
args: "--check --diff --target-version py36 $GITHUB_WORKSPACE"
uses: psf/black@stable # already includes args "--check --diff"
flake8:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b23cc69

Please sign in to comment.