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:
Florian Müllner 2023-07-13 22:02:35 +02:00 committed by Evan Welsh
parent c570011376
commit 3f667be2e8

View File

@ -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 = [];