blob: 0ce8fcb4c94762996de49b749fcb25cb98092785 [file] [log] [blame]
- name: Run the web-ext linter
shell:
cmd: |
set -o pipefail
set -e
{{ 'web-ext' if use_standalone_web_ext else web_ext_command }} \
lint --no-input --boring \
{{ '--source-dir=' + source_dir if source_dir else '' }} \
{{ extra_lint_flags }} | tee -a web-ext-lint.txt
chdir: "{{ zuul.project.src_dir }}"
executable: /bin/bash
changed_when: false