Skip to content

Commit 0b1d37f

Browse files
committedFeb 12, 2025
Add action
1 parent a63e7d7 commit 0b1d37f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.github/workflows/toc-check.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Table of contents check
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
toc-check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
12+
- name: check TOC in assets.md
13+
run: make markdown-toc-check

0 commit comments

Comments
 (0)