Skip to content

Commit

Permalink
actions: Use kiwicom/black image
Browse files Browse the repository at this point in the history
To avoid waiting for the black package to be installed every time
  • Loading branch information
aexvir authored and Stranger6667 committed Sep 13, 2019
1 parent 282d046 commit e820c0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: docker://kiwicom/black
with:
python-version: '3.7'
- run: pip install black
- run: black --check --diff .
args: black --check --diff .

pylint:
name: pylint
Expand Down

0 comments on commit e820c0e

Please sign in to comment.