aboutsummaryrefslogtreecommitdiff
path: root/ops/ci/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-06ref(ci): delete custom scripts for formattingFranck Cuny1-4/+1
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(default): add `apps.ci.shellcheck` to flake.nixFranck Cuny1-0/+6
I can now run `nix run .#ci.shellcheck` to validate the shell scripts with shellcheck in the repository. The pipeline in buildKite will need to be updated. Change-Id: Ia52ede86adfa58c9615b0f9e290ef5d5b8adb303 Reviewed-on: https://cl.fcuny.net/c/world/+/409 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>