We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed70d4 commit 2a39cb3Copy full SHA for 2a39cb3
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ env:
17
FORCE_COLOR: 3
18
19
jobs:
20
- pre-commit:
+ lint:
21
name: pre-commit
22
runs-on: ubuntu-latest
23
steps:
@@ -31,10 +31,9 @@ jobs:
31
with:
32
extra_args: --hook-stage manual --all-files
33
34
- checks:
+ test:
35
name: Test ${{ matrix.runs-on.short }}-py${{ matrix.python-version }}
36
runs-on: ${{ matrix.runs-on.name }}
37
- needs: [pre-commit]
38
strategy:
39
fail-fast: false
40
matrix:
0 commit comments