mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
Add pylint to Github lint workflow.
This commit is contained in:
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -31,3 +31,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Python linters
|
- name: Run Python linters
|
||||||
uses: rjeffman/python-lint-action@v2
|
uses: rjeffman/python-lint-action@v2
|
||||||
|
|
||||||
|
- name: Run pylint
|
||||||
|
run: |
|
||||||
|
pip install pylint==2.8.2
|
||||||
|
pylint plugins --disable=import-error
|
||||||
|
|||||||
Reference in New Issue
Block a user