Skip to content

Bump the aws group in /infra with 2 updates #83

Bump the aws group in /infra with 2 updates

Bump the aws group in /infra with 2 updates #83

Workflow file for this run

name: CDK
on:
pull_request:
jobs:
synth:
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm exec cdk synth
working-directory: ./infra