aboutsummaryrefslogtreecommitdiff
path: root/ops/ci/shellcheck.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-06ref(ci): delete custom scripts for formattingFranck Cuny1-24/+0
Since I have configured the pre-commit hooks, I can use them instead of my custom scripts: less things to maintain and easier to read output. Change-Id: Ic833ec88ed9fbcbe52b1b1680f978da3a5a08b31 Reviewed-on: https://cl.fcuny.net/c/world/+/681 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10ci(shellcheck): add a script to check shell scriptsFranck Cuny1-0/+24
The script uses shellcheck to validates that the shell scripts are correct. This is not used by anything yet. Change-Id: Ia96b132143fa0824eaf23420a72e5b518d618250 Reviewed-on: https://cl.fcuny.net/c/world/+/407 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>