Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

chore(deps): update pinned versions of GitHub Actions #8

chore(deps): update pinned versions of GitHub Actions

chore(deps): update pinned versions of GitHub Actions #8

Workflow file for this run

name: Synth
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened
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: Install dependencies
run: cd infrastructure && yarn
- name: Synth
run: cd infrastructure && yarn get && yarn synth