Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Update screenshot #1210

Update screenshot

Update screenshot #1210

Workflow file for this run

name: content-lint
on: [pull_request]
jobs:
vale:
name: lint docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
version: 3.1.0
vale_flags: "--config=.github/.vale.ini"
files: src/content
fail_on_error: true