Skip to content

add \listofcodeblocks command for thesis #137

add \listofcodeblocks command for thesis

add \listofcodeblocks command for thesis #137

Workflow file for this run

name: check
on:
push:
branches:
- main
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Execute Pre-commit Hooks
uses: pre-commit/[email protected]