avm99963 | 4bfb4ad | 2021-02-11 19:17:49 +0100 | [diff] [blame] | 1 | - job: |
| 2 | name: web-ext-lint |
| 3 | pre-run: playbooks/web-ext-lint/pre.yaml |
| 4 | run: playbooks/web-ext-lint/run.yaml |
avm99963 | 4242603 | 2021-02-17 15:18:51 +0100 | [diff] [blame] | 5 | post-run: playbooks/web-ext-lint/post.yaml |
Adrià Vilanova Martínez | 5d353c0 | 2024-05-04 01:34:32 +0200 | [diff] [blame] | 6 | vars: |
| 7 | use_standalone_web_ext: true |
Adrià Vilanova Martínez | f15fb59 | 2022-06-01 19:17:18 +0200 | [diff] [blame] | 8 | description: | |
| 9 | Check a Web Extension project for basic lint problems. |
| 10 | |
| 11 | .. include:: ../playbooks/web-ext-lint/README.rst |