Skip to content

QoL improvements and more docs #817

QoL improvements and more docs

QoL improvements and more docs #817

Workflow file for this run

name: Code Quality
on:
push:
branches:
- trunk
pull_request:
jobs:
tests:
name: Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.10.13
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
architecture: 'x64'
- name: update pip
run: |
pip install -U wheel
pip install -U setuptools
python -m pip install -U pip
- run: pip install tox
- run: tox -e style