Skip to content

Update aws-sdk-go-v2 monorepo (#9) #24

Update aws-sdk-go-v2 monorepo (#9)

Update aws-sdk-go-v2 monorepo (#9) #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Compile
run: make compile
- name: Test
run: make test