Skip to content

add codeowners

add codeowners #89

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v3
- run: make build
- run: |
make down test
make down test -e PYTEST_OPTS='--workers auto'