Skip to content

Commit

Permalink
Update node-sass.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 22, 2023
1 parent f41392d commit b560206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-sass.yml
Expand Up @@ -40,7 +40,9 @@ jobs:
shell: bash
run: |
if [[ $(find dist-sass/css/ -name "*.css" | xargs grep -F "\$" | wc -l | bc) -eq 0 ]]; then
echo "All good, no Sass variables found"
exit 0
else
echo "Sass variables found!"
exit 1
fi

0 comments on commit b560206

Please sign in to comment.