Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

feat(subscription): limit pagerduty team alert subscription only for … #496

feat(subscription): limit pagerduty team alert subscription only for …

feat(subscription): limit pagerduty team alert subscription only for … #496

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: run tests
run: make test