blob: c7094b7b2db87a9ee697c2c97b689120e39b2711 [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"
19
avm99963995c6502021-02-11 20:15:07 +010020- project:
21 check:
22 jobs:
Adrià Vilanova Martínezd4f82c52022-05-29 21:54:34 +020023 - translateselectedtext-lint