Skip to content

Commit

Permalink
try pylint in another folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Nov 21, 2023
1 parent c371956 commit bc6f428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psm-interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
python -m pylint 'bin' 'framework' --rcfile=.pylintrc -rn
- name: Analysing tests code with pylint
run: |
python -m pylint 'tests' --rcfile=.pylintrc-tests -rn
python -m pylint 'tests' --rcfile=./tests/.pylintrc -rn
File renamed without changes.

0 comments on commit bc6f428

Please sign in to comment.