cleaner verilog output for linting, cleanup, and fix in fire-v mylibc #452
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
name: embed-code | |
on: | |
push: | |
branches: | |
- master | |
- wip | |
- draft | |
jobs: | |
tuto-readme: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown autodocs | |
uses: dineshsonachalam/markdown-autodocs@v1.0.4 | |
with: | |
output_file_paths: '[./learn-silice/README.md]' |