Skip to content

update charts/kustomize to use new release version #448

update charts/kustomize to use new release version

update charts/kustomize to use new release version #448

Workflow file for this run

name: Spell check markdown
# Runs during pull request
# Spell check markdown
on:
pull_request:
branches:
- master
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
pwd
ls -l
- uses: rojopolis/spellcheck-github-actions@0.35.0
with:
config_path: .github/spellcheck.yml