Skip to content

Add option to create an InstanceGroup to be used for bootstrap instances #1038

Add option to create an InstanceGroup to be used for bootstrap instances

Add option to create an InstanceGroup to be used for bootstrap instances #1038

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
skip: .git,_artifacts,*.sum,.golangci.yml
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true