Skip to content

Prompt Colab fixes 09/29/23 #219

Prompt Colab fixes 09/29/23

Prompt Colab fixes 09/29/23 #219

Workflow file for this run

---
name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install pre-commit
run: pip install pre-commit
- name: linting
run: pre-commit run --all-files