Skip to content

Corrected SQL generation logic to prevent parsing errors (#459) #412

Corrected SQL generation logic to prevent parsing errors (#459)

Corrected SQL generation logic to prevent parsing errors (#459) #412

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