Skip to content

Commit

Permalink
Fix SCSS test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2025
1 parent 1cc685b commit 47ccbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
# Create test files for Prettier
echo " const foo = 'bar';; const a=foo ;console.log( a) " > tests/test.js
echo " * { color : red;text-decoration:underline} " > tests/test.css
echo " $colour : red; * { color : $colour;text-decoration:underline} " > tests/test.scss
echo " $colour : #ff0000; * { color : $colour;text-decoration:underline} " > tests/test.scss
echo " { 'foo' : 'bar'} " > tests/test.json
# Create test files for Python
Expand Down

0 comments on commit 47ccbb1

Please # to comment.