spenserblack/actions-wiki

Consider reducing config clutter?

Closed this issue · 1 comments

jcbhmr commented

Having dist in source control is ok (if a little distasteful, but I digress) but there's a lot of clutter here! 🤮 I think we should reduce the clutter! 😁
image

Some ideas:

Of those, I think these are the most feasible (easy)

  • prettierrc ➡ package.json
  • CREDITS.md ➡ README.md <details>
  • jest ➡ vitest/node:test

Having dist in source control is ok

Borders on required for any Node.js action if you want to allow users to use it from @main, since AFAIK each action is checked out from the specified ref.


  • Moving prettier config to package.json "unclutters" file tree by cluttering package.json, right? 😉
  • I'm going to need a better argument for switching testing tools than "we can remove a config file"