Skip to content

DH-4862 When sending an empty string update the value (#215) #733

DH-4862 When sending an empty string update the value (#215)

DH-4862 When sending an empty string update the value (#215) #733

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"