I am not a regular developer.
All I wanted was to add a language translation to select2; translated the default src/js/select2/i18n/en.js file contents, created new file with changing labels from English to non-english.
Upon submitting the pull request, I see the All checks have failed and below the CI/Linting result:
Run grunt compile lint
Running "requirejs:dist" (requirejs) task
Error: ENOENT: no such file or directory, open
'/home/runner/work/select2/select2/src/js/select2/i18n/en.js'
In module tree:
select2/core
select2/options
select2/defaults
Warning: RequireJS failed. Use --force to continue.
Aborted due to warnings.
##[error]Process completed with exit code 6.
Same is the results with CI/Tests and CI/Minification. What needs to be done to get the translation file successfully merged.