Skip to content

Bump actions/setup-python from 4 to 5 #73

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #73

Workflow file for this run

name: TOC
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
toc:
runs-on: ubuntu-latest
steps:
- name: Check-out code
uses: actions/checkout@v4
- name: Update TOCs
run: make toc
- name: Check for changes
run: |
[ -z "$(git status --untracked-files=no --porcelain)" ]