#github
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: ...
How to not Enter A Password and Still Be Safe ยท I use 2FA wherever I can. One of them is Github. However, the problem with 2FA, at least for Github, is...
TL;DR command || true # true will return exit-code 0 no matter what The Story I was in the process of developing a new library for Django and...