Adrià Vilanova MartÃnez | 14dcbce | 2024-02-07 17:43:52 +0100 | [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: screen-capture-lint |
| 11 | parent: web-ext-lint |
| 12 | pre-run: playbooks/lint/pre.yaml |
| 13 | run: playbooks/lint/run.yaml |
| 14 | irrelevant-files: |
| 15 | - "README.md" |
| 16 | |
| 17 | - project: |
| 18 | check: |
| 19 | jobs: |
| 20 | - screen-capture-lint |