Skip to content

Add .github/CODEOWNERS #71

Add .github/CODEOWNERS

Add .github/CODEOWNERS #71

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v2
- name: Golang module download
run: go mod download
- name: Test
run: bash ./scripts/circle-ci.sh