Skip to content

Test if Format.yml works in a PR from fork #4

Test if Format.yml works in a PR from fork

Test if Format.yml works in a PR from fork #4

Triggered via pull request December 2, 2023 08:39
Status Failure
Total duration 1m 27s
Artifacts

Format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
code-style
Process completed with exit code 1.
code-style: src/obj.jl#L12
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: src/obj.jl:12:-function loadobj(shapepath::String; scale=1, static=true, message=true) src/obj.jl:12:+function loadobj(shapepath::String; scale = 1, static = true, message = true)
code-style: src/obj.jl#L14
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: src/obj.jl:14:- nodes = SVector{3, Float64}[] src/obj.jl:15:- faces = SVector{3, Int64}[] src/obj.jl:14:+ nodes = SVector{3,Float64}[] src/obj.jl:15:+ faces = SVector{3,Int64}[]