選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- workflow "Verify changes on push" {
- resolves = ["Run all tests"]
- on = "push"
- }
-
- action "Run all tests" {
- uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
- args = "test"
- }
|