Skip to content

Commit

Permalink
Update lint_style.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Sep 5, 2023
1 parent 8103ad1 commit 67fc96b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/lint_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ on:
paths:
- 'readme-sync/v0/**.md'




jobs:
prose:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Get Changed Files
id: get_changed_files
uses: lots0logs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Vale
if: always()
uses: errata-ai/vale-action@v1
with:
# Optional
styles: |
https://github.com/errata-ai/Google/releases/latest/download/Google.zip
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
# Optional
config: https://raw.githubusercontent.com/errata-ai/vale/master/.vale.ini

#Optional
files: '${{ steps.get_changed_files.outputs.all }}'
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog


# - name: Vale
# if: always()
# uses: errata-ai/vale-action@v1
# with:
# # Optional
# styles: |
# https://github.com/errata-ai/Google/releases/latest/download/Google.zip
# https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip

# # Optional
# config: https://raw.githubusercontent.com/errata-ai/vale/master/.vale.ini

# #Optional
# files: '${{ steps.get_changed_files.outputs.all }}'
# env:
# # Required, set by GitHub actions automatically:
# # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 67fc96b

Please sign in to comment.