mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
feat(ci): add stylelint
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b5d590bcfc
commit
6444cd05ec
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user