Skip to content

Commit 73e39f3

Browse files
Update pylint.yml to rename job step for clarity, focusing on flake8 execution
1 parent 6b74c1b commit 73e39f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
pip install -r content-gen/src/backend/requirements.txt
3333
pip install flake8 # Ensure flake8 is installed explicitly
3434
35-
- name: Run flake8 and pylint
35+
- name: Run flake8
3636
run: |
3737
flake8 --config=.flake8 content-gen/src/backend # Specify the directory to lint

0 commit comments

Comments
 (0)