Skip to content

Bump marshmallow from 3.22.0 to 3.23.1 #892

Bump marshmallow from 3.22.0 to 3.23.1

Bump marshmallow from 3.22.0 to 3.23.1 #892

Workflow file for this run

name: docs
on:
push:
branches:
- master
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
documentation:
name: Build docs on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Build docs
run: |
cd docs && make check