Skip to content

Commit

Permalink
Added pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 14, 2025
1 parent e7af581 commit 20144bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
OS_CLOUD: openstack
openstack_tests_version: ${{ github.ref }}
secrets: inherit

ubuntu-jammy-ovn-aio-test:
name: aio (Ubuntu Jammy OVN)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
Expand All @@ -26,3 +27,14 @@ jobs:
OS_CLOUD: openstack
openstack_tests_version: ${{ github.ref }}
secrets: inherit

lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Install pip dependencies
run: pip install -r requirements.txt

- name: Run pylint
run: pylint stackhpc_openstack_tests/*.py
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
opensearch-py==2.5.*
prometheus-api-client==0.5.*
pytest-testinfra==10.1.*
pylint==3.3.*

0 comments on commit 20144bc

Please sign in to comment.