streetsidesoftware / cspell-action

GitHub Action: Check Spelling
MIT License
80 stars 9 forks source link

Glob starting or ending with ' (single quote) is not likely to match any files: '. #1837

Closed fu050409 closed 1 month ago

fu050409 commented 1 month ago

Hi! I'm using cspell-action in my repository, the workflows worked properly but an error was thrown out unexpectedly:

image

My Workflow: https://github.com/fu050409/rshotkey/actions/runs/9824775212/workflow?pr=13

I dont know what happened, it checked my workflow file (above) and didnt found any issue.

fu050409 commented 1 month ago

Any response will be appreciated

Jason3S commented 1 month ago

@fu050409,

Please consider upgrading to v6. https://github.com/fu050409/rshotkey/blob/1a1259e3f495c5cb7110855f08323ba7e7ad3bb1/.github/workflows/cspell.yml#L17

fu050409 commented 1 month ago

@fu050409,

Please consider upgrading to v6. https://github.com/fu050409/rshotkey/blob/1a1259e3f495c5cb7110855f08323ba7e7ad3bb1/.github/workflows/cspell.yml#L17

Thanks a lot! This is really caused by my carelessness :)