Skip to content

feat(logical-operators): add Operator ISNULL for filtering on NULL va… #7

feat(logical-operators): add Operator ISNULL for filtering on NULL va…

feat(logical-operators): add Operator ISNULL for filtering on NULL va… #7

Workflow file for this run

name: Check Feature
on:
push:
branches-ignore: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build
run: mvn -ntp -B package --file pom.xml