Skip to content

[CSGI-2017 ] Update pagerduty_user_contact_method address validation logic #714

[CSGI-2017 ] Update pagerduty_user_contact_method address validation logic

[CSGI-2017 ] Update pagerduty_user_contact_method address validation logic #714

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
-
name: Install cookie
run: scripts/gogetcookie.sh
-
name: Run tests
env:
GOFLAGS: "-mod=vendor"
run: |
make test
make vet