chore(deps): Bump @types/react from 18.3.10 to 18.3.11 in the react g… #649
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |