commit | 4bfb4adef42c63e89c69733e7e7c4cd852fdc656 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Thu Feb 11 19:17:49 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Thu Feb 11 19:47:34 2021 +0100 |
tree | 6a0200003789ae4048001332058c336aee27e564 | |
parent | 5ab9846636eb340c9f309706b2070639281c387a [diff] |
Add web-ext-lint job Change-Id: I12018ea457599ba0dd611c05464f3c1dd14d0fba
diff --git a/roles/web-ext-lint/tasks/main.yaml b/roles/web-ext-lint/tasks/main.yaml new file mode 100644 index 0000000..62cf135 --- /dev/null +++ b/roles/web-ext-lint/tasks/main.yaml
@@ -0,0 +1,7 @@ +- name: Run the web-ext linter + shell: + cmd: >- + web-ext lint --no-input --boring + {{ '--source-dir=' + source_dir if source_dir else '' }} + {{ extra_lint_flags }} + chdir: "{{ zuul.project.src_dir }}"