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

on:
  push:
    branches: [master]
  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