codespell-project / actions-codespell

MIT License
74 stars 19 forks source link

Add the config file option #19

Open peternewman opened 4 years ago

peternewman commented 4 years ago

Implement https://github.com/codespell-project/codespell/pull/1668 within the action.

Blocked on a new release. This needs version 1.18.0 or greater to be released to work, so we should avoid merging until then to avoid the confusion.

peternewman commented 4 years ago

Should probably add some BATS tests too...

vadi2 commented 3 years ago

This would be great to have, since it'll allow the user to extract the config to a separate file - then usable by both CI and locally.

louim commented 2 years ago

@peternewman it would be great to merge this. It would make it easier to use the same config locally and on the CI. Is there something blocking it? I see version 1.18.0 was mentioned in the original description, but now that it has been released, I think this is good to go?

yarikoptic commented 1 year ago

ping on this PR. Now there is an issue it can close: #67

larsoner commented 1 year ago

CIs are red and there is a conflict, @yarikoptic or @louim would you like to take over?