blob: 62cf1358053e2bab9d8becc8ff8d6d3eb0b09cb8 [file] [log] [blame]
- 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 }}"