Skip to content

feat(docs): improve compose file in Getting Started #258

feat(docs): improve compose file in Getting Started

feat(docs): improve compose file in Getting Started #258

Workflow file for this run

name: Vale
on:
pull_request:
branches:
- main
jobs:
vale-check:
name: Vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/[email protected]
with:
filter_mode: added
vale_flags: "--glob=!blog/* --config=.vale.ini"