feat(doc): added spell checker for markdown #88
Workflow file for this run
This file contains hidden or 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: Dependabot auto-merge | |
| # description: This workflow mimics how a go-openapi repo would typically invoke the common workflow. | |
| on: pull_request | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| dependabot: | |
| uses: ./.github/workflows/auto-merge.yml | |
| secrets: inherit |