Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

adding colab setup to notebooks #141

adding colab setup to notebooks

adding colab setup to notebooks #141

Workflow file for this run

name: Pre-Commit Checks
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]