Skip to content

Commit

Permalink
Tidy format_check.yml + add action names
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Oct 8, 2020
1 parent 16952cd commit 0fa188e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
#with:
# args: "--check --diff --target-version py36 $GITHUB_WORKSPACE"
- name: Set up Python
uses: actions/setup-python@v2
- name: Black
uses: psf/black@stable # already includes args "--check --diff"
flake8:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0fa188e

Please sign in to comment.