Skip to content

docs: fix typo

docs: fix typo #588

Workflow file for this run

name: Lint Docs and Non-Go Code
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- v*.*.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_GITLEAKS: false
VALIDATE_GO: false
VALIDATE_PHP_PHPCS: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_TYPESCRIPT_STANDARD: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}