Skip to content

Commit

Permalink
BUG: Changed the workflow linting path
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Jun 12, 2024
1 parent b1d172c commit f53ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cd cloud_chatops && pip install -r requirements.txt
- name: Analyse with pylint
run: pylint cloud_chatops/src --rcfile=cloud_chatops/.pylintrc
run: pylint cloud_chatops --rcfile=cloud_chatops/.pylintrc

- name: Run tests
run: cd cloud_chatops && python3 -m pytest
Expand Down

0 comments on commit f53ee7c

Please sign in to comment.