Skip to content

Add AI Gateway Foundry Models lab (#389) #363

Add AI Gateway Foundry Models lab (#389)

Add AI Gateway Foundry Models lab (#389) #363

Workflow file for this run

name: notebook-checks
on:
pull_request:
paths:
- "**/*.ipynb"
branches: [main]
push:
paths:
- "**/*.ipynb"
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
nbchecks:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.14
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: "3.14"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: nbchecks
run: |
python ./.github/workflows/nbchecks.py