Skip to content

feat: Add skip_resource_in_use_check arg to aws_bedrockagent_agent #9264

feat: Add skip_resource_in_use_check arg to aws_bedrockagent_agent

feat: Add skip_resource_in_use_check arg to aws_bedrockagent_agent #9264

name: CHANGELOG Misspell
on:
push:
branches:
- main
- 'release/**'
pull_request:
paths:
- .changelog/*
- go.sum
- CHANGELOG.md
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: go.mod
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
continue-on-error: true
timeout-minutes: 2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: cd .ci/tools && go install github.com/client9/misspell/cmd/misspell
- run: misspell -error -source text CHANGELOG.md .changelog