Fix Vale rules for use of 'dialog box' #132
Workflow file for this run
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: Validate documentation | |
on: | |
pull_request: | |
paths-ignore: ["docs/sources/**", "vale/**"] | |
jobs: | |
doc-validator: | |
runs-on: "ubuntu-latest" | |
steps: | |
- run: echo 'No build required' | |
prettier: | |
runs-on: "ubuntu-latest" | |
steps: | |
- run: echo 'No build required' | |
vale: | |
runs-on: "ubuntu-latest" | |
steps: | |
- run: echo 'No build required' | |
report-readability: | |
runs-on: "ubuntu-latest" | |
steps: | |
- run: echo 'No build required' |