Skip to content

chore(deps): Bump the cdktf group with 2 updates (#229) #692

chore(deps): Bump the cdktf group with 2 updates (#229)

chore(deps): Bump the cdktf group with 2 updates (#229) #692

Workflow file for this run

name: Synth
on:
push:
branches:
- main
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
workflow_dispatch: {}
jobs:
synth:
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: ensure correct user
run: chown -R root /__w/cdktf-integration-serverless-example/
- name: Install dependencies
run: yarn
- name: Synth
run: yarn get && yarn synth