Skip to content

Create SECURITY.md (#19) #27

Create SECURITY.md (#19)

Create SECURITY.md (#19) #27

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: read-all
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: make test
- name: Codecov
uses: codecov/[email protected]