Skip to content

feat(doc): added spell checker for markdown #110

feat(doc): added spell checker for markdown

feat(doc): added spell checker for markdown #110

Workflow file for this run

name: go test
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/go-test.yml
secrets: inherit