Skip to content

moved out credentials into separate readme (#12) #21

moved out credentials into separate readme (#12)

moved out credentials into separate readme (#12) #21

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