Skip to content

0.2.0 release

0.2.0 release #517

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Lint
run: |
make install/all
make lint/all