Skip to content

chore(deps): Bump the aws group with 1 update (#94) #385

chore(deps): Bump the aws group with 1 update (#94)

chore(deps): Bump the aws group with 1 update (#94) #385

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- 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