Skip to content

pulled out profiles #17

pulled out profiles

pulled out profiles #17

Workflow file for this run

name: Python Lint
on: [push]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: make install
- name: Run linting and type checks
run: make tidy