fix: GitHub Action to scan correct folders for typos #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I noticed in #33 that the
![image](https://private-user-images.githubusercontent.com/1799752/404723233-6695d91c-b8a9-49ae-bade-f9929c1931dc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NzYwMzMsIm5iZiI6MTczOTk3NTczMywicGF0aCI6Ii8xNzk5NzUyLzQwNDcyMzIzMy02Njk1ZDkxYy1iOGE5LTQ5YWUtYmFkZS1mOTkyOWMxOTMxZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMTQzNTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTg5ZTRkYjQ3YzNkMDEyYTExYjM5OGUwNDgxOWMyNzQ4OTBjY2ZhNjM1ZGExOGQ5NmJmM2NkZWZmNWEyYTBhOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AosIrAxzitIIXvkb85WSj2knZBWGa4egXD9yC5Z3OSc)
check-spelling
action was failing due to attempting to scan a folder that doesn't exist.The pages folder doesn't exist and causes the
typos
command to fail, so I just removed it.I validated locally, but saw a slightly different error message. It's possible there is another issue as well, but this should at least fix something.
![image](https://private-user-images.githubusercontent.com/1799752/404723552-eb9fea69-1633-49c4-9256-7fffff8af4be.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NzYwMzMsIm5iZiI6MTczOTk3NTczMywicGF0aCI6Ii8xNzk5NzUyLzQwNDcyMzU1Mi1lYjlmZWE2OS0xNjMzLTQ5YzQtOTI1Ni03ZmZmZmY4YWY0YmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMTQzNTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTM5N2Q3NzNhZTdmZTgwMDM1ZjA0YjY3MjQyMWZhZTkwNThmMDcwNjY3NzAyNmMwNDgxYzRlM2I0MzMzMzIwZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.yByiQmnrsGxaSwrBhddRc_QDdbRKvHew1pmUokSnJXA)