Skip to content

Commit

Permalink
Use xt0rted/stylelint-problem-matcher (#207)
Browse files Browse the repository at this point in the history
szepeviktor authored Sep 29, 2024
1 parent 08622a9 commit 544d7ad
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
@@ -129,6 +129,9 @@ jobs:
node-version: "18"
cache: "npm"
# cache: "yarn"
-
name: "Setup problem matcher for Stylelint"
uses: "xt0rted/stylelint-problem-matcher@v1.3.0"
-
name: "Enable strict engine checking"
run: "npm config set engine-strict true"
@@ -139,8 +142,8 @@ jobs:
#run: "yarn install --non-interactive --pure-lockfile"
-
name: "Detect coding standards violations"
run: "npm run scss:cs -- --formatter github"
#run: "yarn run scss:cs --formatter github"
run: "npm run scss:cs"
#run: "yarn run scss:cs"

svg:
name: "𝟒 SVG validity"

0 comments on commit 544d7ad

Please sign in to comment.