Skip to content

Adds missing namespace property to Helm configuration schema #912

Adds missing namespace property to Helm configuration schema

Adds missing namespace property to Helm configuration schema #912

Workflow file for this run

name: misc
on:
pull_request:
branches: [main]
paths-ignore:
# Changes here should be kept in-sync with projects listed in cspell.misc.yaml
- 'eng/**' # Not required
# Standalone projects that have their own cspell
- 'cli/**'
- 'ext/vscode/**'
- 'ext/devcontainer/**'
- 'templates/**'
jobs:
cspell-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install -g cspell
- name: Spell check for general files
run: cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress