Skip to content

feat: lambda to notify slack of expiring certificates #8

feat: lambda to notify slack of expiring certificates

feat: lambda to notify slack of expiring certificates #8

Workflow file for this run

name: 🧪 Test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: 📦 Install Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: 🧪 Test
run: go test ./...