Files
squeekboard/tools/style-check_source
2021-12-09 11:42:33 +00:00

13 lines
248 B
Bash
Executable File

#!/bin/sh
set -e
# Enforces style check for the project.
THIS=$(realpath $0)
TOOLS=$(dirname $THIS)
cd $TOOLS/..
# The CI file seems to be touched regularly, and causing problems often,
# unlike layout files.
./tools/yamlfmt ./.gitlab-ci.yml $1