Skip to content

Don't default NAT Gateway for existing node subnet #3984

Don't default NAT Gateway for existing node subnet

Don't default NAT Gateway for existing node subnet #3984

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true