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