Skip to content

Fix failing mariadb:latest test #80474

Fix failing mariadb:latest test

Fix failing mariadb:latest test #80474

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