TheAlgorithms/algorithms-keeper

A minor nit...

cclauss opened this issue · 2 comments

      - name: Upload coverage to Codecov
        run: bash <(curl -s https://codecov.io/bash)
        if: ${{ success() }}

Is this backwards? If success then run... -- I know that it runs either way but I find it a bit confusing.

I don't think it matters but for readability's sake I will change the order.

This podcast episode is about the building of the gh CLI https://changelog.com/gotime/153