Skip to content

Commit

Permalink
Update front-end.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 29, 2024
1 parent 1aff9bb commit 7759ed6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
node-version: "18"
cache: "npm"
# cache: "yarn"
-
name: "Setup problem matcher for Stylelint"
uses: "xt0rted/[email protected]"
-
name: "Enable strict engine checking"
run: "npm config set engine-strict true"
Expand All @@ -139,8 +142,8 @@ jobs:
#run: "yarn install --non-interactive --pure-lockfile"
-
name: "Detect coding standards violations"
run: "npm run scss:cs -- --custom-formatter=stylelint-actions-formatters"
#run: "yarn run scss:cs --custom-formatter=stylelint-actions-formatters"
run: "npm run scss:cs"
#run: "yarn run scss:cs"

svg:
name: "𝟒 SVG validity"
Expand Down

0 comments on commit 7759ed6

Please sign in to comment.