Skip to content

Style check

Style check #3

Workflow file for this run

name: Style check
on:
pull_request:
workflow_dispatch:
jobs:
style-job:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run Vale
uses: errata-ai/vale-action@reviewdog
with:
version: 2.29.3
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:

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

View workflow run for this annotation

GitHub Actions / Style check

Invalid workflow file

The workflow is not valid. .github/workflows/vale.yml (Line: 20, Col: 9): 'with' is already defined
files: '["_posts", "_authors"]'
fail_on_error: false
reporter: github-pr-check
filter_mode: added
vale_flags: "--no-exit"