#github-actions-1
Read more stories on Hashnode
Articles with this tag
TL;DR Below is the .github/workflows/udeps.yaml file I have come up with: name: udeps on: [push, pull_request] jobs: Test: strategy: ...