Skip to content

ci: provide a way to mark PR as no stale (#834) #2270

ci: provide a way to mark PR as no stale (#834)

ci: provide a way to mark PR as no stale (#834) #2270

Triggered via push January 10, 2025 02:11
Status Success
Total duration 4m 15s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint
cannot use cpu.X86.HasSSE42 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
lint
unsafe.Offsetof(cpu.X86.HasSSE42) (value of type uintptr) is not constant
lint
cannot use cpu.X86.HasAVX2 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
lint
unsafe.Offsetof(cpu.X86.HasAVX2) (value of type uintptr) is not constant
lint
cannot use cpu.X86.HasPOPCNT (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
lint
unsafe.Offsetof(cpu.X86.HasPOPCNT) (value of type uintptr) is not constant
lint
cannot use cpu.S390X.HasVX (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
lint
unsafe.Offsetof(cpu.S390X.HasVX) (value of type uintptr) is not constant
lint
cannot use cpu.PPC64.IsPOWER9 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
lint
unsafe.Offsetof(cpu.PPC64.IsPOWER9) (value of type uintptr) is not constant
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.