Skip to content

remove iotdb 1.1 and create rel/iotdb_110 branch #453

remove iotdb 1.1 and create rel/iotdb_110 branch

remove iotdb 1.1 and create rel/iotdb_110 branch #453

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