oxli-bio / oxli

k-mers and the like
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

MRG: minor refactorings: use &str, fix cargo clippy #91

Closed ctb closed 4 days ago

ctb commented 2 weeks ago

Straightforward cleanup from https://github.com/oxli-bio/oxli/pull/83 and https://github.com/oxli-bio/oxli/pull/87.

This also updates the Mac github actions builds to use macos-latest.

Adamtaranto commented 6 days ago

In recently merged dependabot PRs the MacOS-latest actions were never returning a result and blocking automerge.

macos (macos-latest, aarch64) Expected — Waiting for status to be reported macos (macos-latest, x86_64) Expected — Waiting for status to be reported

Problem with this commit?

They seem to work here. Maybe just need this branch merged into main?

ctb commented 5 days ago

hi adam, yes, as part of a necessary macos actions update, the names of the actions changed so I had to fiddle with the required/essential actions. If you merge this it should fix that problem.