-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commenting out vale.yml to disable for now
- Loading branch information
1 parent
fba1d35
commit 0b64918
Showing
1 changed file
with
15 additions
and
15 deletions.
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: Prose Linting | ||
on: [push] | ||
# name: Prose Linting | ||
# on: [push] | ||
|
||
jobs: | ||
prose: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
# jobs: | ||
# prose: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3 | ||
|
||
- name: Vale | ||
uses: errata-ai/[email protected] | ||
with: | ||
files: src | ||
fail_on_error: true | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
# - name: Vale | ||
# uses: errata-ai/[email protected] | ||
# with: | ||
# files: src | ||
# fail_on_error: true | ||
# env: | ||
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |