Skip to content

Workflow file for this run

name: reviewdog
on: [pull_request_target]
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jitterbit/get-changed-files@v1
with:

Check failure on line 10 in .github/workflows/vale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vale.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
format: "json"
- uses: errata-ai/vale-action@reviewdog
with:
files: ${{ steps.files.outputs.added_modified }}