Skip to content

Bump to 0.1.3 (#111) #320

Bump to 0.1.3 (#111)

Bump to 0.1.3 (#111) #320

Workflow file for this run

name: ci
on: [ push, pull_request ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: BSFishy/pip-action@v1
with:
packages: nox
- run: nox -s lint
typechecking:
name: "typecheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: BSFishy/pip-action@v1
with:
packages: nox
- run: nox -s pyright