Skip to content

Add slack attachment template #33

Add slack attachment template

Add slack attachment template #33

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
push:
branches:
- main
jobs:
build:
name: Tests
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.18
- name: Run tests
run: go test ./...