Skip to content

Added forest cover function #36

Added forest cover function

Added forest cover function #36

Triggered via pull request November 1, 2023 15:58
Status Failure
Total duration 1m 32s
Artifacts

format_suggestions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
format
Process completed with exit code 1.
format: src/traversals/trees_and_forests.jl#L11
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: src/traversals/trees_and_forests.jl:11:-function spanning_tree(g::AbstractNamedGraph; alg=default_spanning_tree_alg(), root_vertex=default_root_vertex(g)) src/traversals/trees_and_forests.jl:11:+function spanning_tree( src/traversals/trees_and_forests.jl:12:+ g::AbstractNamedGraph; alg=default_spanning_tree_alg(), root_vertex=default_root_vertex(g) src/traversals/trees_and_forests.jl:13:+)
format
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/