Move examples to Literate.jl #226
Annotations
2 errors and 2 warnings
code-style
Process completed with exit code 1.
|
code-style
Process completed with exit code 1.
|
code-style:
examples/2d.jl#L66
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
examples/2d.jl:66:-contourf!(
examples/2d.jl:67:- ax_anim,
examples/2d.jl:68:- grids.x[:, 1, 1],
examples/2d.jl:69:- grids.y[1, :, 1],
examples/2d.jl:70:- δ,
examples/2d.jl:71:- levels = range(-1, δ_lims[2], 10),
examples/2d.jl:72:-)
examples/2d.jl:66:+contourf!(ax_anim, grids.x[:, 1, 1], grids.y[1, :, 1], δ, levels = range(-1, δ_lims[2], 10))
|
code-style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|