Eray Erdin
Eray Erdin's Programming Blog

Eray Erdin's Programming Blog

Follow
homePersonal BlogContent Licensebadges
Tag

github-actions

#github-actions-1

More content

Read more stories on Hashnode


Articles with this tag

Checking Unused Dependencies in a Rust Project with Github Actions

Nov 30, 20212 min read 1.7K views

TL;DR Below is the .github/workflows/udeps.yaml file I have come up with: name: udeps on: [push, pull_request] jobs: Test: strategy: ...

Checking Unused Dependencies in a Rust Project with Github Actions