ci: Include tests/ for linting
Linting isn't exclusively about coding style, but can detect actual bugs. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
This commit is contained in:
parent
c570011376
commit
3f667be2e8
@ -105,7 +105,7 @@ function getOption(...names) {
|
||||
const remote = getOption('--remote') || 'origin';
|
||||
const branch = getOption('--branch', '-b');
|
||||
|
||||
const sources = ['js', 'subprojects/extensions-app/js'];
|
||||
const sources = ['js', 'subprojects/extensions-app/js', 'tests'];
|
||||
const regular = createConfig('regular');
|
||||
|
||||
const ops = [];
|
||||
|
Loading…
Reference in New Issue
Block a user