Skip to content

Add file granularity and CODEOWNERS support #244

Add file granularity and CODEOWNERS support

Add file granularity and CODEOWNERS support #244

Workflow file for this run

on:
push:
branches : [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run testing
run: go test -race -v ./...