Skip to content

Generalize arch and Julia version testing in CI #4

@icweaver

Description

@icweaver

Note to self:

Packages

julia> using JuliaAstroDocs

julia> packages = filter(x -> occursin("JuliaAstro", x.repo), JuliaAstroDocs.ecosystem_t());

julia> for (name, repo) in zip(packages.name, packages.repo)
           println("- [ ] [", name, "](", repo, ")")
       end

julia> sort!(packages; by = x -> x.name);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions