diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d02af4..8be5ff5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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