fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^… #443
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: Use Vale to test markdown for spelling and prose styles | |
on: [push] | |
jobs: | |
prose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@master | |
- name: Vale linter | |
uses: errata-ai/[email protected] | |
with: | |
files: __onlyModified | |
onlyAnnotateModifiedLines: true | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |