Quick Note: Allow Failures on Github Actions
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 thought maybe it is now a good time to try out new Github Actions. I was hesitating a bit but I've set up ...
erayerdin.com