Skip to content

feat: lambda to notify slack of expiring certificates #7

feat: lambda to notify slack of expiring certificates

feat: lambda to notify slack of expiring certificates #7

Workflow file for this run

name: πŸ“‹ Quality Checks
on:
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]
jobs:
lint:
name: πŸ“‹ Lint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: πŸ“¦ Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: πŸ§ͺ Revive
uses: docker://morphy/revive-action:v2
with:
config: revive.toml