Skip to content

Commit 250644b

Browse files
authored
fix: run stylelint as part of CI (#625)
Looks like this has been missing from the start 😬
1 parent e1aadd9 commit 250644b

File tree

1 file changed

+1
-0
lines changed
  • variants/github_actions_ci/workflows

1 file changed

+1
-0
lines changed

variants/github_actions_ci/workflows/ci.yml.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- run: <%= package_json.manager.native_run_command("typecheck").join(" ") %>
5656
<%- end -%>
5757
- run: <%= package_json.manager.native_run_command("js-lint").join(" ") %>
58+
- run: <%= package_json.manager.native_run_command("scss-lint").join(" ") %>
5859
- run: <%= package_json.manager.native_run_command("format-check").join(" ") %>
5960
- run: <%= package_json.manager.native_run_command("test", ["--coverage"]).join(" ") %>
6061
ruby_based_checks:

0 commit comments

Comments
 (0)