Skip to content

[tests] numpydantic.testing - exposing helpers for 3rd-party interface development & combinatoric testing #122

[tests] numpydantic.testing - exposing helpers for 3rd-party interface development & combinatoric testing

[tests] numpydantic.testing - exposing helpers for 3rd-party interface development & combinatoric testing #122

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ruff:
name: Ruff Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
black:
name: Black Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable