Skip to content

chore: update codeowners #19

chore: update codeowners

chore: update codeowners #19

Workflow file for this run

on:
push:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install black
run: pip install black
- name: Run black
run: black . --check