Skip to content

Bump actions/setup-go from 4 to 5 #94

Bump actions/setup-go from 4 to 5

Bump actions/setup-go from 4 to 5 #94

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@v4
- uses: actions/setup-node@v4
- run: npm exec cdk synth
working-directory: ./infra