Skip to content

Add one-of match example to README (#558) #889

Add one-of match example to README (#558)

Add one-of match example to README (#558) #889

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check-formatting:
name: Check code/doc formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]