Skip to content

adding CODEOWNERS file so merges into main require approval from at l… #16

adding CODEOWNERS file so merges into main require approval from at l…

adding CODEOWNERS file so merges into main require approval from at l… #16

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable