ci: Add hook for doctoc (#244)

This commit is contained in:
Shohei Ueda
2020-04-22 13:33:06 +09:00
committed by GitHub
parent c1bc06c3e6
commit e3404eb04b
2 changed files with 7 additions and 0 deletions

View File

@@ -997,6 +997,10 @@ jobs:
publish_dir: ./Output
```
<div align="right">
<a href="#table-of-contents">Back to TOC ☝️</a>
</div>
## License

View File

@@ -30,6 +30,9 @@
"src/**/*.ts": [
"prettier --check",
"eslint"
],
"README.md": [
"npx doctoc@1.4.0 --github"
]
},
"repository": {