swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
205 stars 11 forks source link

ci: fix clippy warnings #166

Closed Scandiravian closed 2 years ago

Scandiravian commented 2 years ago

Changes

Related Issues

Scandiravian commented 2 years ago

I noticed that the pipelines give the following warning:

Ubuntu 16.04 LTS environment is deprecated and will be removed on October 18, 2021. Migrate to ubuntu-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/3287.

If there isn't anything blocking moving to ubuntu-latest, I'd like to update the pipelines either in this PR or a separate one. Is that something you'd be okay with me doing? :slightly_smiling_face:

calebcartwright commented 2 years ago

I noticed that the pipelines give the following warning:

Ubuntu 16.04 LTS environment is deprecated and will be removed on October 18, 2021. Migrate to ubuntu-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/3287.

If there isn't anything blocking moving to ubuntu-latest, I'd like to update the pipelines either in this PR or a separate one. Is that something you'd be okay with me doing? slightly_smiling_face

Definitely! Given the writing on the wall between Azure DevOps and GitHub we're primarily focused on migrating pipelines over from AzDO to GitHub Actions (refs #149), but doesn't hurt to make a small tweak on the existing pipelines to point to the newer pools in the interim.