mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-17 16:39:30 -04:00
7 lines
266 B
Bash
Executable file
7 lines
266 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 -F --color '!./app/build/generated/**'
|