We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0985543 commit 3b8b00dCopy full SHA for 3b8b00d
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
run: echo "PYTHON_VERSIONS=$PYTHON_VERSIONS" >> $GITHUB_ENV
17
18
static:
19
- name: Automated Static analysis on Python ${{ matrix.python-version }}
+ name: Static analysis on Python ${{ matrix.python-version }}
20
runs-on: ubuntu-latest
21
needs: set-matrix
22
continue-on-error: true
@@ -39,7 +39,7 @@ jobs:
39
run: make lint
40
41
test:
42
- name: Automated Testing on Python ${{ matrix.python-version }}
+ name: Testing on Python ${{ matrix.python-version }}
43
44
45
0 commit comments