Skip to content

Commit cd6403d

Browse files
author
Alan Christie
committed
ci: pylint now used
1 parent 99034c6 commit cd6403d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Lint
4444
run: |
4545
pre-commit run --all-files
46+
pylint operator/*.py
4647
ansible-lint
4748
- name: Login to DockerHub
4849
uses: docker/login-action@v1

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Lint
4646
run: |
4747
pre-commit run --all-files
48+
pylint operator/*.py
4849
ansible-lint
4950
- name: Build
5051
uses: docker/build-push-action@v2

build-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ ansible-lint == 6.0.2
22
black == 22.3.0
33
mypy == 0.942
44
pre-commit == 2.18.1
5+
pylint == 2.13.5
56
yamllint == 1.26.3

0 commit comments

Comments
 (0)