Skip to content

Update codeowners for github #703

Update codeowners for github

Update codeowners for github #703

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.19'
- uses: actions/checkout@v3
- name: go test
run: make test