summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-toc.yml
blob: 1bf5aaa5095a5b43a28962ff342bacaaf1aba75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Check Table of Contents (comment /regenerate-toc to auto-fix)

on:
  pull_request:
    branches: [master]
jobs:
  check-formatting:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install Mono
        run: |
          sudo apt-get update
          sudo apt-get install -y mono-complete

      - run: ./docs/build_toc.sh --check-only