Skip to content

Add case for boolean columns in example (#41889) #78038

Add case for boolean columns in example (#41889)

Add case for boolean columns in example (#41889) #78038

Workflow file for this run

name: Whitespace
on:
push:
branches:
- 'master'
- 'release-**'
pull_request:
jobs:
whitespace-linter:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: 'whitespace-linter'
- run: clojure -T:whitespace-linter lint
name: Run Whitespace Linter