Skip to content

Change GH actions linting to use pyinvoke #64

Change GH actions linting to use pyinvoke

Change GH actions linting to use pyinvoke #64

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Upgrade setuptools"
run: "pip install setuptools --upgrade"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
run: invoke lint