Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SPDX identifier check to GHA #76

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

SebastianSchildt
Copy link
Collaborator

This should make sure, that newly added or modified files in a PR have the correct SPDX license idenitifer

Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
@nayakned
Copy link
Collaborator

@SebastianSchildt Does the Github Actions also check for SPDX identifiers in README files, Config files for Zephyr etc.?
Some of those files do not carry this identifiers currently.

@SebastianSchildt
Copy link
Collaborator Author

The action only tries to check "source files", so Readmes / .mds are exempted. It will only complain about "Non-compliant" files once they are touched by somebody again. So it enforces you to get better over time, without enforcing a "big bang" change.

@SebastianSchildt SebastianSchildt marked this pull request as ready for review January 27, 2025 14:03
@SebastianSchildt SebastianSchildt merged commit 2de1001 into COVESA:main Jan 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants