Skip to content

BinaryReader: add ReadUint24, ReadInt24, and SetLen #149

BinaryReader: add ReadUint24, ReadInt24, and SetLen

BinaryReader: add ReadUint24, ReadInt24, and SetLen #149

Triggered via push February 6, 2025 20:58
Status Success
Total duration 2m 48s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: js/ast.go#L39
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L43
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L156
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L441
Error return value of `wi.Writer.Write` is not checked (errcheck)
lint: js/ast.go#L471
Error return value of `wi.Write` is not checked (errcheck)
lint: js/ast.go#L745
Error return value of `wi.Write` is not checked (errcheck)
lint: js/ast.go#L1659
Error return value of `wi.Write` is not checked (errcheck)
lint: buffer/reader_test.go#L47
Error return value of `io.Copy` is not checked (errcheck)
lint: common_test.go#L352
Error return value of `mime.ParseMediaType` is not checked (errcheck)
lint: common_test.go#L359
Error return value of `mime.ParseMediaType` is not checked (errcheck)
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/