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

chore: add missing SPDX ID and workflow check #13570

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

zyoshoka
Copy link
Contributor

What

いくつかのファイルで欠落していた SPDX-License-Identifier の追加とワークフローによるチェックを追加しました。

Why

Resolves #13492

Additional info (optional)

zyoshoka#5 にて動作チェック済みです。

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/frontend:test packages/backend:test labels Mar 13, 2024
Copy link
Contributor

github-actions bot commented Mar 13, 2024

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.84%. Comparing base (5c1d86b) to head (401e73f).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13570      +/-   ##
===========================================
+ Coverage    64.83%   64.84%   +0.01%     
===========================================
  Files          986      986              
  Lines       111009   111054      +45     
  Branches      4424     5736    +1312     
===========================================
+ Hits         71974    72017      +43     
+ Misses       39003    37603    -1400     
- Partials        32     1434    +1402     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@syuilo syuilo merged commit 29f6ba6 into misskey-dev:develop Mar 13, 2024
24 checks passed
@syuilo
Copy link
Member

syuilo commented Mar 13, 2024

👍👍👍

@zyoshoka zyoshoka deleted the missing-spdx-id branch March 13, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend:test packages/backend Server side specific issue/PR packages/frontend:test packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ソースコードに SPDX-License-Identifier が含まれているかチェックする CI
2 participants