Details
Details
Tests adjusted and pass.
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
This will require the checks to abandon this syntax:
input:
args: envr,archAnd use this:
input:
args:
- envr
- archor this:
input:
args: [envr, arch]That will be in line with the rest of the YAML structure.
Comment Actions
Looks good to me.
It occurs to me that we're going to have to do a task audit with the changes from this and D108 to make sure that the syntax is updated everywhere.