Skip to content

Commit

Permalink
ci: Add hook for doctoc (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 22, 2020
1 parent c1bc06c commit e3404eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,10 @@ jobs:
publish_dir: ./Output
```
<div align="right">
<a href="#table-of-contents">Back to TOC ☝️</a>
</div>
## License
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"src/**/*.ts": [
"prettier --check",
"eslint"
],
"README.md": [
"npx doctoc@1.4.0 --github"
]
},
"repository": {
Expand Down

0 comments on commit e3404eb

Please sign in to comment.