extend parsing instructions to use json object instead of plain txt #1681
Annotations
3 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
|