avm99963 | 4bfb4ad | 2021-02-11 19:17:49 +0100 | [diff] [blame^] | 1 | - name: Run the web-ext linter |
2 | shell: | ||||
3 | cmd: >- | ||||
4 | web-ext lint --no-input --boring | ||||
5 | {{ '--source-dir=' + source_dir if source_dir else '' }} | ||||
6 | {{ extra_lint_flags }} | ||||
7 | chdir: "{{ zuul.project.src_dir }}" |