docs: improve title and description for Tree Grid Data Provider article #11292
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: lint | |
| on: [pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: 2.7 | |
| - uses: reitzig/[email protected] | |
| - uses: errata-ai/vale-action@reviewdog | |
| with: | |
| files: articles | |
| vale_flags: "--config=.vale-pr.ini" | |
| env: | |
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |