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

CIを構築する #14

Open
4 of 5 tasks
nyatinte opened this issue Feb 10, 2024 · 0 comments
Open
4 of 5 tasks

CIを構築する #14

nyatinte opened this issue Feb 10, 2024 · 0 comments

Comments

@nyatinte
Copy link
Contributor

nyatinte commented Feb 10, 2024

要件

GitHub Actionsを使ってCIを構築する

  • testコマンドに対応するテスト(単体テスト、複合テスト)
  • checkコマンドに対応するテスト(format, lint)
  • markuplintコマンドに対応するテスト
  • reg-actionsを用いたVRT
  • buildコマンドに対応するテスト

concurrencyを設定し、キューに割り込みがあった場合はキャンセルを行うようにする
e.g. 同一PR内でAというコミットを行い、Actionsが完了する前にBをコミットした場合、Aに対応するActionsは止まり、Bに対応するActionsが走る

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

No branches or pull requests

1 participant