Skip to content

Ensure data known to ScanContainer is in sync with DataProvider #770

Ensure data known to ScanContainer is in sync with DataProvider

Ensure data known to ScanContainer is in sync with DataProvider #770

Workflow file for this run

---
name: Documentation
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
make install-dev
- name: Validate docstrings
run: |
make validate-docstrings