Skip to content

DOC: Add image for the model glow pipeline #26

DOC: Add image for the model glow pipeline

DOC: Add image for the model glow pipeline #26

Workflow file for this run

name: Test and Merge
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
# Install and run pre-commit
- run: |
pip install pre-commit
pre-commit install
pre-commit run --all-files