Skip to content

Commit 983149b

Browse files
committed
GH-29: Updating pylint workflow name.
1 parent 078e6ec commit 983149b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55

66
jobs:
77
run-pylint:
8-
name: Run pylint
8+
name: Test codebase with pylint
99
runs-on: ubuntu-latest
1010

1111
steps:
@@ -23,6 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements-dev.txt
2525
# Run pylint against all .py files in the codebase.
26-
- name: Analysing the code with pylint
26+
- name: Test codebase with pylint
2727
run: |
2828
pylint **/*.py

0 commit comments

Comments
 (0)