Skip to content

Commit

Permalink
Merge pull request #668 from timbru31/black
Browse files Browse the repository at this point in the history
ci(actions): simplify black installation show diff
  • Loading branch information
DakkJaniels committed Apr 11, 2021
2 parents 91af002 + ec0d986 commit 0ed7eb0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python 3.7
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Black
run: pip install black
- name: Run black --check .
run: black --check .
- uses: psf/black@stable

0 comments on commit 0ed7eb0

Please sign in to comment.