Skip to content

Update getting-started-with-tungsten-fabric-development.rst #141

Update getting-started-with-tungsten-fabric-development.rst

Update getting-started-with-tungsten-fabric-development.rst #141

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