do not assume error property in catch all rpc methods magic function #414
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: TOC Generator | |
jobs: | |
generateTOC: | |
name: TOC Generator | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/toc-generator@v2 | |
with: | |
TARGET_PATHS: README.md, docs/faq.md, docs/development.md |