GithubActionsWebCliCode constructor

const GithubActionsWebCliCode({
  1. Directory? workingDirectory,
  2. int defaultIncrementNumber = 0,
})

Contents of buiod.yaml for Github Actions web.

Github ActionsのWeb用のbuiod.yamlの中身。

Implementation

const GithubActionsWebCliCode({
  this.workingDirectory,
  this.defaultIncrementNumber = 0,
});