feat(ci): add stylelint

This commit is contained in:
Lukasz Mierzwa
2026-03-23 10:20:37 +00:00
committed by Łukasz Mierzwa
parent b5d590bcfc
commit 6444cd05ec
35 changed files with 1665 additions and 202 deletions

View File

@@ -105,7 +105,7 @@ jobs:
cache-dependency-path: "ui/package-lock.json"
- name: Test Node JS code
run: ${{ matrix.env }} make -C ui test-js
run: ${{ matrix.env }} make -C ui test
env:
NODE_ENV: test
@@ -162,7 +162,7 @@ jobs:
cache-dependency-path: "ui/package-lock.json"
- name: Lint Node JS code
run: make -C ui lint-js
run: make -C ui lint
format-go:
name: Check Go code formatting