Adrià Vilanova Martínez | d4f82c5 | 2022-05-29 21:54:34 +0200 | [diff] [blame] | 1 | # == 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 | |
avm99963 | 995c650 | 2021-02-11 20:15:07 +0100 | [diff] [blame] | 20 | - project: |
| 21 | check: |
| 22 | jobs: |
Adrià Vilanova Martínez | d4f82c5 | 2022-05-29 21:54:34 +0200 | [diff] [blame] | 23 | - translateselectedtext-lint |