Skip to content

Commit 5867cc9

Browse files
committed
fixup! pyproject: move lint deps to new group
1 parent 18c794d commit 5867cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- run: poetry install --only=lint
1919
- run: poetry run flake8 --show-source
20+
id: flake8
2021
- run: poetry run black --check --diff .
21-
if: ${{ success() || failure() }}
22+
if: success() || steps.flake8.conclusion == 'failure'
2223
test:
2324
runs-on: ubuntu-22.04
2425
strategy:

0 commit comments

Comments
 (0)