Skip to content

Merge branch 'main' into gcp-docs #95

Merge branch 'main' into gcp-docs

Merge branch 'main' into gcp-docs #95

Workflow file for this run

name: Syntax Validation
on: [push, workflow_dispatch]
jobs:
syntax-check:
name: vale
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@main
- name: Validate the syntax
uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: true
vale_flags: "--config=.vale.ini"