espressif / esp-usb

Other
15 stars 9 forks source link

CI: Add copyright license check #15

Closed tore-espressif closed 4 months ago

tore-espressif commented 4 months ago

Added copyright header check to pre-commit

tore-espressif commented 4 months ago

Thanks for the reviews!

@roma-jam what do you mean by

Should we added the changes also to a git workflow?

If you have pre-commit installed the check will run automatically, so there is no need to do anything extra

roma-jam commented 4 months ago

@tore-espressif The same as you did here: https://github.com/espressif/esp-usb/pull/12?

tore-espressif commented 4 months ago

12 added pre-commit run to CI.

So this change will be automatically reflected in your local repo and also checked in CI