Skip to content

ci: cover all tests with guardian #201

ci: cover all tests with guardian

ci: cover all tests with guardian #201

Workflow file for this run

name: Check Docs
on:
pull_request:
push:
jobs:
checkdocs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e . -r tests/requirements.txt
- name: Check Docs
run: python setup.py checkdocs