Skip to content

Commit 11ccec7

Browse files
authored
Merge pull request #142 from lucasbalieiro/issue-141
Update the Table of Contents and add a CI check
2 parents 66287a5 + 9c620de commit 11ccec7

4 files changed

Lines changed: 190 additions & 103 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check README Table of Contents
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
check-readme:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v4
14+
15+
- name: Check README Table of Contents
16+
run: ./scripts/generate-readme.sh --check

0 commit comments

Comments
 (0)