Skip to content

Mitigate redshift flakes by not dropping view in test (#41876) #78039

Mitigate redshift flakes by not dropping view in test (#41876)

Mitigate redshift flakes by not dropping view in test (#41876) #78039

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