Ich habe eine Themenkomponente, die vor ein paar Tagen aus einem Skelett entstanden ist. Sie schien die Tests lokal bestanden zu haben, aber auf GitHub ist sie fehlgeschlagen. Dann habe ich mass-pr ausgeführt, um die Theme-Sachen zu aktualisieren, und jetzt schlägt sie fehl und es sieht so aus, als wäre es nicht meine Schuld:
Run if test -f stylelint.config.mjs; then
if test -f stylelint.config.mjs; then
pnpm stylelint --allow-empty-input "{javascripts,desktop,mobile,common,scss}/**/*.scss"
fi
shell: /usr/bin/bash -e {0}
env:
JS_PKG_MANAGER_NULL_VALUE: none
Error: Could not find "@discourse/lint-configs/stylelint". Do you need to install the package or use the "configBasedir" option?
at configurationError (file:///home/runner/work/right-sidebar-blocks-customization/right-sidebar-blocks-customization/node_modules/.pnpm/stylelint@16.14.1_typescript@5.8.2/node_modules/stylelint/lib/utils/configurationError.mjs:12:49)
at getModulePath (file:///home/runner/work/right-sidebar-blocks-customization/right-sidebar-blocks-customization/node_modules/.pnpm/stylelint@16.14.1_typescript@5.8.2/node_modules/stylelint/lib/utils/getModulePath.mjs:29:9)
at loadExtendedConfig (file:///home/runner/work/right-sidebar-blocks-customization/right-sidebar-blocks-customization/node_modules/.pnpm/stylelint@16.14.1_typescript@5.8.2/node_modules/stylelint/lib/augmentConfig.mjs:225:21)
Kann ich etwas tun?