We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99034c6 commit cd6403dCopy full SHA for cd6403d
.github/workflows/build-latest.yaml
@@ -43,6 +43,7 @@ jobs:
43
- name: Lint
44
run: |
45
pre-commit run --all-files
46
+ pylint operator/*.py
47
ansible-lint
48
- name: Login to DockerHub
49
uses: docker/login-action@v1
.github/workflows/build.yaml
@@ -45,6 +45,7 @@ jobs:
50
- name: Build
51
uses: docker/build-push-action@v2
build-requirements.txt
@@ -2,4 +2,5 @@ ansible-lint == 6.0.2
2
black == 22.3.0
3
mypy == 0.942
4
pre-commit == 2.18.1
5
+pylint == 2.13.5
6
yamllint == 1.26.3
0 commit comments