Skip to content

Commit

Permalink
workflows: run pylint on kernelci.config.api
Browse files Browse the repository at this point in the history
Enable pylint to run on the new module kernelci.config.api.

Signed-off-by: Guillaume Tucker <[email protected]>
  • Loading branch information
gctucker committed Feb 10, 2023
1 parent e14943b commit b119597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: |
pylint kci
pylint kernelci.cli
pylint kernelci.config.api
pylint kernelci.storage
- name: Run YAML config validation
Expand Down

0 comments on commit b119597

Please sign in to comment.