mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Only check (s)css files in css/
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
aff9cb68e6
commit
08c2d70e50
1 changed files with 2 additions and 1 deletions
|
|
@ -8,4 +8,5 @@ if [ -z "$STYLELINT" ]; then
|
|||
fi
|
||||
|
||||
echo Checking stylesheets with $STYLELINT ...
|
||||
find -name "*.css" -print0 | xargs -0 $STYLELINT
|
||||
find css/ -name "*.css" -print0 | xargs -0 $STYLELINT
|
||||
find css/ -name "*.scss" -print0 | xargs -0 $STYLELINT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue