Skip to content

README: prep 1.0.8 #120

README: prep 1.0.8

README: prep 1.0.8 #120

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.7"
- name: lint
run: make lint