mirror of
https://github.com/ApfelTeeSaft/azahar.git
synced 2026-08-26 19:23:31 +00:00
8 lines
263 B
Bash
Executable File
8 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/**'
|