-e
This commit is contained in:
parent
ab163ba792
commit
e0f1817a89
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
env:
|
||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
|
||||
run: |
|
||||
{ isort . -c 2>&1 ; isort .; } | reviewdog -f=isort -filter-mode=nofilter -reporter=github-pr-check
|
||||
{ isort . -c 2>&1 || isort .; } | reviewdog -f=isort -filter-mode=nofilter -reporter=github-pr-check
|
||||
|
||||
- name: Check files using the black formatter
|
||||
uses: rickstaa/action-black@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user