Skip to content

Commit

Permalink
GH-29: Updating pylint workflow name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-ryder committed Sep 20, 2021
1 parent 078e6ec commit 983149b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]

jobs:
run-pylint:
name: Run pylint
name: Test codebase with pylint
runs-on: ubuntu-latest

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

0 comments on commit 983149b

Please sign in to comment.