Skip to content

fix lint errors (#58) #48

fix lint errors (#58)

fix lint errors (#58) #48

Workflow file for this run

name: Lint
on: push
jobs:
lint:
if: "!contains(github.event.head_commit.message, 'skip_ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python -m pip install --upgrade pip nox
- run: nox -s lint