nizarmah / auto-minify

Minifies JS and CSS files in GitHub workflows.
GNU General Public License v3.0
48 stars 18 forks source link

Add directory input test #32

Closed nizarmah closed 5 months ago

nizarmah commented 5 months ago

I'm hoping to introduce tests in order to ease development of new features and addressing bugs.

This pull request is the first step in that direction.

The idea is to run the action locally on "test directories".

Then, check the git diff to see if the new files match.

Testing instructions:

  1. Ensure CI is passing