Skip to content

test: change shebang-line interpreter to python3 #169

test: change shebang-line interpreter to python3

test: change shebang-line interpreter to python3 #169

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@v4
- name: Install dependencies
run: |
pipx install poethepoet poetry
poetry install --extras dev
- name: Format
run: poe format
- name: Check spelling
run: poe spell
- name: Lint
run: poe lint
- name: Typecheck
run: poe type