summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2019-07-22 16:07:40 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-07-22 16:07:40 +0200
commitad92518fe44279b69308aaf0a757469f5bf42910 (patch)
tree4d85581537d53095346e5d443c156e49b41b6053 /p
parent71270e4d5c7f0645a31a8dc7ccc56cea6a9711b0 (diff)
[CI] Run shellcheck and shfmt (#2454)
* [CI] Run shellcheck and shfmt Cf. https://github.com/FreshRSS/FreshRSS/pull/2436#discussion_r305640019 * rename * no need for disable anymore * also remove leftover indentation flags even if it makes no difference to syntax checking * define colors and reset before exit for local use
Diffstat (limited to 'p')
-rw-r--r--p/themes/Ansum/sass.sh1
-rw-r--r--p/themes/Mapco/sass.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Ansum/sass.sh b/p/themes/Ansum/sass.sh
index a653acace..6c65128ea 100644
--- a/p/themes/Ansum/sass.sh
+++ b/p/themes/Ansum/sass.sh
@@ -1 +1,2 @@
+#!/bin/sh
sass --watch ansum.scss:ansum.css
diff --git a/p/themes/Mapco/sass.sh b/p/themes/Mapco/sass.sh
index 316d04cf2..c0b3d47df 100644
--- a/p/themes/Mapco/sass.sh
+++ b/p/themes/Mapco/sass.sh
@@ -1 +1,2 @@
+#!/bin/sh
sass --watch mapco.scss:mapco.css