Skip to content

getting_started file updated #137

getting_started file updated

getting_started file updated #137

Workflow file for this run

---
name: Pull Requests
# yamllint disable-line rule:truthy
on:
- pull_request
jobs:
build:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: |
python -m pip install --upgrade pip setuptools wheel
pip install tox
tox -e docs