Skip to content

Commit 918bd17

Browse files
committed
update
1 parent 9233797 commit 918bd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pre-commit/[email protected]
3131
with:
3232
extra_args: --hook-stage manual --all-files
33-
- name: Run PyLint
33+
- name: Run Pylint
3434
run: pipx run nox -s pylint -- --output-format=github
3535

3636
checks:
@@ -66,6 +66,6 @@ jobs:
6666
--durations=20
6767
6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.4.0
69+
uses: codecov/codecov-action@v5
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)