blob: 5bf22b4989ad6ebd9e479c3db33c1f5c57ed4fa8 [file] [log] [blame]
Adrià Vilanova Martínezd4f82c52022-05-29 21:54:34 +02001# == Zuul configuration file ==
2#
3# This file is used to configure this project and its associated jobs in Zuul.
4# Zuul is the CI/CD tool which lets us check changes before they are committed,
5# and build a canary version of the extension on a regular basis.
6#
7# More info about Zuul: https://zuul-ci.org/docs/zuul/
8
9- job:
10 name: translateselectedtext-lint
11 parent: web-ext-lint
12 pre-run: playbooks/lint/pre.yaml
13 run: playbooks/lint/run.yaml
14 irrelevant-files:
15 - ".github/.*"
16 - "docs/.*"
17 - "OWNERS"
18 - "README.md"
Adrià Vilanova Martínez287c5042022-06-01 17:13:47 +020019 - "roles/cws-publish/*"
20 - "playbooks/nightly-build/*"
Adrià Vilanova Martínezd4f82c52022-05-29 21:54:34 +020021
avm99963995c6502021-02-11 20:15:07 +010022- project:
23 check:
24 jobs:
Adrià Vilanova Martínezd4f82c52022-05-29 21:54:34 +020025 - translateselectedtext-lint