Skip to content

docs: model callouts and descriptions (#359) #489

docs: model callouts and descriptions (#359)

docs: model callouts and descriptions (#359) #489

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install black nbdev pre-commit
- name: Run pre-commit
run: pre-commit run