[Control Center] Separate local/development process from the getting started page. #8493
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: 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}} |