Skip to content

DOCS-2735: Add cloud metadata to code snippet #2087

DOCS-2735: Add cloud metadata to code snippet

DOCS-2735: Add cloud metadata to code snippet #2087

Workflow file for this run

name: codespell
concurrency:
group: pullrequest-untrusted-codespell-${{ github.event.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]
jobs:
codespell:
name: runner / codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore
path: docs