Skip to content

setting docs production to chart version 0.45.0 #94

setting docs production to chart version 0.45.0

setting docs production to chart version 0.45.0 #94

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"