Skip to content

HGI-11008: Add IsInventoryExpirationDateEnabled element in schema #4

HGI-11008: Add IsInventoryExpirationDateEnabled element in schema

HGI-11008: Add IsInventoryExpirationDateEnabled element in schema #4

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '**.py'
- 'tests/fixtures/**'
- 'qbwc_common/qbd_xml_schemas/**'
- 'ruff.toml'
- 'tox.ini'
- 'pyproject.toml'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install tox
run: pip install tox
- name: Run lint
run: tox