Added forest cover function #36
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/
|