ci: conditions on lints

This commit is contained in:
Tomáš Mládek 2023-06-03 12:09:50 +02:00
parent 35827f5409
commit 2ee706bced

View file

@ -53,6 +53,10 @@ pipeline:
commands:
- node --version && npm --version
- ./.ci_tmp/task lint:frontend
when:
path:
- webui/**/*
- Taskfile.yml
lint:jslib:
group: lint
@ -60,6 +64,10 @@ pipeline:
commands:
- node --version && npm --version
- ./.ci_tmp/task lint:jslib
when:
path:
- tools/upend_js/**/*
- Taskfile.yml
lint:webext:
group: lint
@ -67,6 +75,10 @@ pipeline:
commands:
- node --version && npm --version
- ./.ci_tmp/task lint:webext
when:
path:
- webext/**/*
- Taskfile.yml
test:backend:
group: test