Skip to content

Bump actions/setup-python from 5.3.0 to 5.4.0 #30

Bump actions/setup-python from 5.3.0 to 5.4.0

Bump actions/setup-python from 5.3.0 to 5.4.0 #30

Workflow file for this run

name: Sphinx check
on:
pull_request:
branches:
- gh-pages
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # version 4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # version 5.4.0
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: make install
- name: Build HTML
run: make html
- name: Run checks
run: make prcheck