Skip to content

Bring project up to date #151

Bring project up to date

Bring project up to date #151

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/action@v2.0.0