Skip to content

README: prep 1.1.0 (#48) #137

README: prep 1.1.0 (#48)

README: prep 1.1.0 (#48) #137

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: lint
run: make lint