codespell-project / actions-codespell

MIT License
74 stars 19 forks source link

How can I make the action only scan files within the PR? #44

Closed CleanMachine1 closed 2 years ago

peternewman commented 2 years ago

You can pass the list of files in via the path parameter with spaces, the same as on the CLI. I'd imagine there's already an action which will generate a list of changed files in a PR.

CleanMachine1 commented 2 years ago

Thanks!