File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 14
14
OS_CLOUD : openstack
15
15
openstack_tests_version : ${{ github.ref }}
16
16
secrets : inherit
17
+
17
18
ubuntu-jammy-ovn-aio-test :
18
19
name : aio (Ubuntu Jammy OVN)
19
20
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
26
27
OS_CLOUD : openstack
27
28
openstack_tests_version : ${{ github.ref }}
28
29
secrets : inherit
30
+
31
+ lint :
32
+ runs-on : ubuntu-22.04
33
+ steps :
34
+ - uses : actions/checkout@v4
35
+
36
+ - name : Install pip dependencies
37
+ run : pip install -r requirements.txt
38
+
39
+ - name : Run pylint
40
+ run : pylint stackhpc_openstack_tests/*.py
Original file line number Diff line number Diff line change 1
1
opensearch-py == 2.5.*
2
2
prometheus-api-client == 0.5.*
3
3
pytest-testinfra == 10.1.*
4
+ pylint == 3.3.*
You can’t perform that action at this time.
0 commit comments