Skip to content

build(deps-dev): bump setuptools from 69.1.0 to 70.0.0 #80

build(deps-dev): bump setuptools from 69.1.0 to 70.0.0

build(deps-dev): bump setuptools from 69.1.0 to 70.0.0 #80

Workflow file for this run

name: lint-and-type
on: [push, pull_request]
jobs:
lint-and-type:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install --upgrade pip
pip install poethepoet poetry
poetry install
- name: Format
run: poe format
- name: Check spelling
run: poe codespell
- name: Lint
run: poe lint
- name: Typecheck
run: poe type