Skip to content

Add Integration Tests For Real This Time Probably #98

Add Integration Tests For Real This Time Probably

Add Integration Tests For Real This Time Probably #98

Workflow file for this run

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