We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After test run is completed, the process fails on CI when trying to copy messages.js
In the example below, the test runs in the mcr.microsoft.com/playwright docker container
[hint] [hint] [Error: EACCES: permission denied, copyfile '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/en/messages.js' -> '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/messages.js'] { [hint] [hint] errno: -13, [hint] [hint] code: 'EACCES', [hint] [hint] syscall: 'copyfile', [hint] [hint] path: '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/en/messages.js', [hint] [hint] dest: '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/messages.js' [hint] [hint] } [hint] [hint] [Error: EACCES: permission denied, copyfile '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/en/messages.js' -> '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/messages.js'] { [hint] [hint] errno: -13, [hint] [hint] code: 'EACCES', [hint] [hint] syscall: 'copyfile', [hint] [hint] path: '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/en/messages.js', [hint] [hint] dest: '/__w/mh-photography.com/mh-photography.com/node_modules/@hint/formatter-html/dist/src/assets/js/scan/_locales/messages.js' [hint] [hint] } [hint] [hint] npm run hint exited with code 1
See e.g. https://github.com/Th3S4mur41/mh-photography.com/actions/runs/4098956889/jobs/7068469898
The text was updated successfully, but these errors were encountered:
ci: temporary fix for webhint issue
9cd9baf
webhintio/hint#5432
No branches or pull requests
🐞 Bug report
Description
After test run is completed, the process fails on CI when trying to copy messages.js
In the example below, the test runs in the mcr.microsoft.com/playwright docker container
Details
See e.g. https://github.com/Th3S4mur41/mh-photography.com/actions/runs/4098956889/jobs/7068469898
The text was updated successfully, but these errors were encountered: