Skip to content

ci: Fix eslint check

From the main commit:

eslint requires a file/directory, and will fail when the parameter
is not specified. Unfortunately it only indicates the failure by
printing its help output, but not via its return value, so our test
still completes successfully.

Merge request reports