mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue