[codex] CIとCMS検証を整備#151
Merged
Merged
Conversation
Deploying acecore-net with
|
| Latest commit: |
9dccf5a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://11aa7b2d.acecore-net.pages.dev |
| Branch Preview URL: | https://codex-repo-hardening.acecore-net.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
関連 Issue
なし
概要
CMS editorial workflow 運用を CI で守れるようにし、repo-wide
format:checkが通る状態へ整えます。主な変更点
.node-versionを追加し、GitHub Actions の Node.js を repo 固定に統一.github/workflows/ci.ymlを追加し、format:check/validate:content/buildを実行scripts/validate-content.mjsとnpm run validate:contentを追加.node-versionを参照する形に変更npm run formatで既存 Prettier 負債を解消cms-content削除済み、required checkBuild and Formatの live 状態に更新確認したこと
npm cinpm run formatnpm run format:checknpm run validate:contentnpm run buildgit diff --checkmainは protected、required status checkBuild and Formatを設定済み未確認事項・補足
npm ciで既存依存の audit warning が 9 件出ていますが、この PR では依存更新は行っていません。