forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add vale linter * add config * add vale files * add vocab * fix typo * add lowercase callout * remove duplicate the * add google documentation Co-authored-by: Lana Brindley <github@lanabrindley.com>
- Loading branch information
1 parent
2c6c396
commit 1aeba87
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
StylesPath = .github/styles | ||
MinAlertLevel = suggestion | ||
|
||
[*.md] | ||
BasedOnStyles = Vale |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
eg | ||
Hypertable | ||
Hypertables | ||
href | ||
repo | ||
url | ||
urls | ||
callout | ||
Callout | ||
Callouts | ||
Postgres | ||
api |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Linting | ||
on: [push] | ||
|
||
jobs: | ||
prose: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
|
||
- name: Vale | ||
uses: errata-ai/vale-action@v1.4.0 | ||
with: | ||
config: https://raw.githubusercontent.com/errata-ai/vale/master/.vale.ini | ||
styles: | | ||
https://github.com/errata-ai/Google/releases/latest/download/Google.zip | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
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