Merge pull request #3615 from mathesar-foundation/col_delete_func_take2 #6910
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: | |
paths: | |
- '**.md' | |
name: README ToC Generator | |
jobs: | |
generateTOC: | |
name: ToC Generator | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/toc-generator@v4 |