Skip to content

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#503) #884

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#503)

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#503) #884

Workflow file for this run

name: "book"
on:
- push
jobs:
marimo:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.3
- uses: cvxgrp/.github/actions/marimo@v2.2.3
pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.3
- uses: cvxgrp/.github/actions/pdoc@v2.2.3
test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.3
- uses: cvxgrp/.github/actions/coverage@v2.2.3
jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.3
- uses: cvxgrp/.github/actions/jupyter@v2.2.3
book:
runs-on: "ubuntu-latest"
needs: [test, pdoc, jupyter, marimo]
permissions:
contents: write
steps:
- uses: cvxgrp/.github/actions/book@v2.2.3