Skip to content

Fix: Received response status [FAILED] from custom resource. Message returned: Command ... died with <Signals.SIGKILL: 9>. #757

Fix: Received response status [FAILED] from custom resource. Message returned: Command ... died with <Signals.SIGKILL: 9>.

Fix: Received response status [FAILED] from custom resource. Message returned: Command ... died with <Signals.SIGKILL: 9>. #757

name: Deny cdk.context.json
on:
pull_request:
branches: [main]
jobs:
check-cdk-context:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for cdk.context.json
run: |
if [ -f "packages/cdk/cdk.context.json" ]; then
echo "cdk.context.json file found in the PR. This is not allowed."
exit 1
fi