Skip to content

Ensure the equivalence of SQL for precise value queries in tree model and table model. #417

Ensure the equivalence of SQL for precise value queries in tree model and table model.

Ensure the equivalence of SQL for precise value queries in tree model and table model. #417

Workflow file for this run

name: spotless-check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
spotless-check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: iot-benchmark
- name: spotless-check
run: |
cd ${{ github.workspace }}/iot-benchmark
mvn spotless:check