12 lines
157 B
Bash
Executable file
12 lines
157 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
source ./scripts/common.sh
|
|
|
|
set -x
|
|
|
|
sass-lint -vqc .sass-lint.yml
|
|
eslint $STATIC_SRC/js
|
|
yamllint data/*.yml
|
|
yamllint config.yml
|