arduino / arduino-lint-action

GitHub Actions action to check Arduino projects for problems
Apache License 2.0
46 stars 9 forks source link

Add infrastructure to check for unapproved npm dependency licenses #420

Closed per1234 closed 1 month ago

per1234 commented 1 month ago

A task and GitHub Actions workflow are provided here for checking the license types of npm-managed project dependencies.

On every push and pull request that affects relevant files, the CI workflow will check:

Approval can be based on:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.18%. Comparing base (1b78422) to head (025e2b9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #420 +/- ## ======================================= Coverage 59.18% 59.18% ======================================= Files 1 1 Lines 98 98 Branches 16 16 ======================================= Hits 58 58 Misses 33 33 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.