Skip to content

GCP how-to-guide MemoryStore #26

GCP how-to-guide MemoryStore

GCP how-to-guide MemoryStore #26

Workflow file for this run

name: Markdown Lint
on: [pull_request]
jobs:
markdown-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: 'custom.markdownlint.jsonc'
globs: '**/*.md'