You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linting that is performed in the pull request workflow pull-request.yml is only linting one file \packages\core\all.scss
Whilst the following syntax works locally in VS Code to lint files in the immediate subfolder of packages and also subfolders of subfolders, when it is run from the github workflow it only lints one file
Bug Report
The linting that is performed in the pull request workflow pull-request.yml is only linting one file \packages\core\all.scss
Whilst the following syntax works locally in VS Code to lint files in the immediate subfolder of packages and also subfolders of subfolders, when it is run from the github workflow it only lints one file
"lint:css": "stylelint -f verbose --config ./tests/linters/.stylelintrc.js packages/**/*.scss",
What steps are required to reproduce the issue?
Create a pull request and then check the Actions tab
You can also see an example of a recent pull request here
https://github.com/nhsuk/nhsuk-frontend/actions/runs/11688315639/job/32548466347
What was the environment where this issue occurred?
Github on Windows 10 PC
Is there anything else you think would be useful in recreating the issue?
The text was updated successfully, but these errors were encountered: