We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GitHub Actionsを使ってCIを構築する
test
check
markuplint
build
concurrencyを設定し、キューに割り込みがあった場合はキャンセルを行うようにする e.g. 同一PR内でAというコミットを行い、Actionsが完了する前にBをコミットした場合、Aに対応するActionsは止まり、Bに対応するActionsが走る
The text was updated successfully, but these errors were encountered:
No branches or pull requests
要件
GitHub Actionsを使ってCIを構築する
test
コマンドに対応するテスト(単体テスト、複合テスト)check
コマンドに対応するテスト(format, lint)markuplint
コマンドに対応するテストbuild
コマンドに対応するテストconcurrencyを設定し、キューに割り込みがあった場合はキャンセルを行うようにする
e.g. 同一PR内でAというコミットを行い、Actionsが完了する前にBをコミットした場合、Aに対応するActionsは止まり、Bに対応するActionsが走る
The text was updated successfully, but these errors were encountered: