Skip to content

slack and google provider added #3

slack and google provider added

slack and google provider added #3

Workflow file for this run

name: Go Tests
on:
push:
branches: [ 'main', 'develop' ]
pull_request:
branches: [ '*' ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Build
run: make build
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2