Skip to content

chore: set git identity in update-snapshots #261

chore: set git identity in update-snapshots

chore: set git identity in update-snapshots #261

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- 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