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
Suspect this can be fixed by adjusting the files we get in the workflow. On L19 we're using steps.changed_files.outputs.all, but looking at the docs for that action, we should be using a mix of added, modified, renamed, and added_modified (as all includes removed).
What is the issue?
When removing documents, CI fails due to a spellcheck running on the deleted files;
Steps To Reproduce
If applicable, add screenshots to help explain the problem.
eg. #947
Expected behaviour
Spellcheck should just ignored upon file deletion
The text was updated successfully, but these errors were encountered: