azahar/tools/check-kotlin-formatting.sh
2026-06-16 16:13:05 +01:00

7 lines
263 B
Bash
Executable file

#!/bin/bash -ex
# TODO: Why doesn't the CI environment use the PATH set in the Dockerimage?
# It works fine when using the image locally.
export PATH="/home/linuxbrew/.linuxbrew/bin:${PATH}"
cd ./src/android/ && ktlint --color '!./app/build/generated/**'