Skip to content

Developing the developer guide #585

Developing the developer guide

Developing the developer guide #585

name: check_formatting
on: [push, pull_request]
jobs:
formatting_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip install .
- run: pip install black==22.6.0
- run: black tobac --check