Skip to content

Bring project up to date (#64) #156

Bring project up to date (#64)

Bring project up to date (#64) #156

Workflow file for this run

name: Linting
on: [pull_request, push, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]