JuliaArrays / ReadOnlyArrays.jl

A wrapper type around AbstractArray that is read-only
Other
29 stars 5 forks source link

Update workflow files, fix typo #14

Closed timholy closed 5 months ago

timholy commented 5 months ago

This modernizes the workflow files, and streamlines the testing (for a simple package that doesn't seem hardware-specific, I don't think there's a strong reason to test on so many platforms). I added Documenter keys specifically for TagBot.

Also fixes typo noticed in https://github.com/JuliaArrays/ReadOnlyArrays.jl/pull/12#discussion_r1557509373.

MilesCranmer commented 5 months ago

Thanks!