commit | 14dcbceeebe0e30c582013cbab1a6cb4ce766bd1 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Wed Feb 07 17:43:52 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Feb 07 19:34:38 2024 +0100 |
tree | 029b02542700d2d2e4545f52719631cfa96aa891 | |
parent | f4683cd15932670177432f8eb35b2ee21b3ec493 [diff] [blame] |
build: add Zuul check pipeline This pipeline checks the extension with |web-ext lint|. Change-Id: I3bce686ff33fcbd24c0857da17eccd12458ed2ec
diff --git a/playbooks/lint/run.yaml b/playbooks/lint/run.yaml new file mode 100644 index 0000000..70cd9fb --- /dev/null +++ b/playbooks/lint/run.yaml
@@ -0,0 +1,6 @@ +- hosts: all + roles: + - role: build-extension + make_target: test-extension + - role: web-ext-lint + source_dir: "src"