Skip to content

Commit 3b8b00d

Browse files
committed
small update
1 parent 0985543 commit 3b8b00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: echo "PYTHON_VERSIONS=$PYTHON_VERSIONS" >> $GITHUB_ENV
1717

1818
static:
19-
name: Automated Static analysis on Python ${{ matrix.python-version }}
19+
name: Static analysis on Python ${{ matrix.python-version }}
2020
runs-on: ubuntu-latest
2121
needs: set-matrix
2222
continue-on-error: true
@@ -39,7 +39,7 @@ jobs:
3939
run: make lint
4040

4141
test:
42-
name: Automated Testing on Python ${{ matrix.python-version }}
42+
name: Testing on Python ${{ matrix.python-version }}
4343
runs-on: ubuntu-latest
4444
needs: set-matrix
4545
continue-on-error: true

0 commit comments

Comments
 (0)