abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
42 stars 9 forks source link

workflows: fix doc generation check #329

Closed suvayu closed 3 months ago

suvayu commented 3 months ago

GH runs custom steps as bash -e (errexit), which means any command failure leads to the shell terminating. To simplify this complexity, factor out to a dedicated script, which we can now also check with shellcheck.

TestGeneratedPkgs on my fork :white_check_mark:

Note: shellcheck says the last line could be if ! cmd, but for this script that would be rather cumbersome, so I ignored it. (SC2181)

Related issues

Closes #322

Checklist

abelsiqueira commented 3 months ago

@allcontributors please add @suvayu for code

allcontributors[bot] commented 3 months ago

@abelsiqueira

I've put up a pull request to add @suvayu! :tada: