Skip to content

extend parsing instructions to use json object instead of plain txt #1679

extend parsing instructions to use json object instead of plain txt

extend parsing instructions to use json object instead of plain txt #1679

Triggered via pull request November 1, 2023 23:20
Status Success
Total duration 38s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L144
type JsonInstruction should be JSONInstruction
Lint: test/utils.go#L211
func extractInstructionFromJson should be extractInstructionFromJSON
Lint: test/utils.go#L143
comment on exported type JsonInstruction should be of the form "JsonInstruction ..." (with optional leading article)