Skip to content

json/get_value: Send ProviderError when key_path is not found #277

json/get_value: Send ProviderError when key_path is not found

json/get_value: Send ProviderError when key_path is not found #277

Workflow file for this run

name: Linting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."