Skip to content

update readthedocs build config #1418

update readthedocs build config

update readthedocs build config #1418

Workflow file for this run

name: style
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install tox
run: |
pip install tox==3.17.1
pip install .
- name: Run style checks
run: tox -e style