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 Apr 12, 2023
1 parent 8ff8b71 commit 28bad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check built CSS files
shell: bash
run: |
SASS_VARS_FOUND=$(find dist-sass/css/ -name "*.css" -print0 | xargs -0 grep -F "\$")
SASS_VARS_FOUND=$(find dist-sass/css/ -name "*.css" | xargs grep -F "\$")
if [ -z "$SASS_VARS_FOUND" ]; then
echo "All good, no Sass variables found"
exit 0
Expand Down

0 comments on commit 28bad8d

Please sign in to comment.