Skip to content

Commit

Permalink
Fix stylelint problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 29, 2024
1 parent 973a54e commit cb24b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
#run: "yarn install --non-interactive --pure-lockfile"
-
name: "Detect coding standards violations"
run: "npm run scss:cs"
#run: "yarn run scss:cs"
run: "npm run scss:cs -- --no-color"
#run: "yarn run scss:cs -- --no-color"

svg:
name: "𝟒 SVG validity"
Expand Down

0 comments on commit cb24b37

Please sign in to comment.