Add SPDX license header checker and missing headers - #976
Conversation
Signed-off-by: shreyah963 <shreyab963@gmail.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 627f2d6. ⛔ Hard block: Issues at High severity or above will block this PR from merging.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #976 +/- ##
============================================
- Coverage 70.88% 70.41% -0.47%
- Complexity 421 525 +104
============================================
Files 49 56 +7
Lines 3125 3664 +539
Branches 194 244 +50
============================================
+ Hits 2215 2580 +365
- Misses 785 920 +135
- Partials 125 164 +39 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: shreyah963 <shreyab963@gmail.com>
Description
Add SPDX license header validation to PR/push workflows using
@kt3k/license-checker.Changes:
.github/workflows/license-header-checker.yml.licenserc.jsonSPDX-License-Identifier: Apache-2.0headers to source filesRelated Issues
#6445
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.