ci: conditions on lints

feat/type-attributes
Tomáš Mládek 2023-06-03 12:09:50 +02:00
parent 35827f5409
commit 2ee706bced
1 changed files with 12 additions and 0 deletions

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