Skip to content

docs: update "Continuous Integration" section in README (#102) #71

docs: update "Continuous Integration" section in README (#102)

docs: update "Continuous Integration" section in README (#102) #71

Workflow file for this run

name: Generate README TOC
on:
push:
branches:
- 'master'
paths:
- 'readme/README.md'
jobs:
generateTOC:
name: Generate TOC
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4