You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add template workflow to check for missed updates to Markdown ToC
On every push or pull request that affects the Markdown files of the repository which have generated table of contents,
check whether the table of contents matches the content.
Replace the `REPO_OWNER` and `REPO_NAME` placeholders in the URLs with the final repository owner and name ([example](https://raw.githubusercontent.com/arduino-libraries/ArduinoIoTCloud/master/README.md)).
Define the `{repository-owner}` and `{repository-name}` attributes and use them throughout the readme ([example](https://raw.githubusercontent.com/arduino-libraries/WiFiNINA/master/README.adoc)).
35
+
36
+
## Commit message
37
+
38
+
```
39
+
Add CI workflow to check for missed updates to readme ToC
40
+
41
+
On every push or pull request that affects the repository's README.md, check whether the table of contents matches the
42
+
content.
43
+
```
44
+
45
+
## PR message
46
+
47
+
```markdown
48
+
On every push or pull request that affects the repository's README.md, use [markdown-toc](https://github.com/jonschlinkert/markdown-toc) to check whether the table of contents matches the content.
0 commit comments