Skip to content

Commit

Permalink
Update vale.yml (#1242)
Browse files Browse the repository at this point in the history
commenting out vale.yml to disable for now
  • Loading branch information
EDiaz-Manticore authored Oct 25, 2024
1 parent fba1d35 commit 0b64918
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/vale.yml
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}}

0 comments on commit 0b64918

Please sign in to comment.