extend parsing instructions to use json object instead of plain txt #1678
Annotations
4 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
test/utils.go#L143
comment on exported type JsonInstruction should be of the form "JsonInstruction ..." (with optional leading article)
|
Lint:
test/utils.go#L211
func extractInstructionFromJson should be extractInstructionFromJSON
|
Lint:
test/utils.go#L144
type JsonInstruction should be JSONInstruction
|