Skip to content

feat: Add CloudWatch Logs browser with live tail (M3.7) #52

feat: Add CloudWatch Logs browser with live tail (M3.7)

feat: Add CloudWatch Logs browser with live tail (M3.7) #52

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test ./...