Nixify shellcheck

Add shellcheck command to flake.nix and use it in the Gitlab
This commit is contained in:
Greg Hellings
2024-06-24 23:04:16 -05:00
parent c5875f9943
commit f138e5af3e
2 changed files with 21 additions and 3 deletions
+3 -3
View File
@@ -51,9 +51,9 @@ validate:
shellcheck:
stage: lint
script: |-
shellcheck --version
shellcheck -e SC2239 $(find . -name '*.sh')
tags:
- nix
script: nix run ".#shellcheck"
# Downloads all the ISO files so that we have a single cache with all
# of them present. This prevents a race condition where some of the