Skip to content

modified: code/training_pipeline/notebooks/POC.ipynb #14

modified: code/training_pipeline/notebooks/POC.ipynb

modified: code/training_pipeline/notebooks/POC.ipynb #14

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
# allows this Action to be triggered manually
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- uses: pre-commit/[email protected]