Skip to content

crop SNS message based on max size limit (#31) #17

crop SNS message based on max size limit (#31)

crop SNS message based on max size limit (#31) #17

Workflow file for this run

name: build and test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20'
- run: go version
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...