Skip to content

feat(lb): implement Regional External load balancer support for S3NS compatibility #2031

feat(lb): implement Regional External load balancer support for S3NS compatibility

feat(lb): implement Regional External load balancer support for S3NS compatibility #2031

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on:
pull_request:
types: [opened, synchronize, reopened]
permissions: {}
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
skip: .git,_artifacts,*.sum,.golangci.yml
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true