Skip to content

fix: model api fields filterable by null if they are not nullable fields #2027

fix: model api fields filterable by null if they are not nullable fields

fix: model api fields filterable by null if they are not nullable fields #2027

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
lint-packages:
runs-on: ubuntu-latest
name: Packages
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --check packages
lint-integration:
runs-on: ubuntu-latest
name: Integration Tests
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --check integration/testdata