Commit ff375dca authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

chore: Add empty needs to shellcheck jobs

parent 0c902d17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
test-shellcheck:
  stage: test
  image: koalaman/shellcheck-alpine:stable
  needs: []
  script:
    - shellcheck src/bin/auto-deploy test/verify-deployment-database

@@ -9,5 +10,6 @@ test-shfmt:
  image:
    name: peterdavehello/shfmt:2.6.4
    entrypoint: ["/bin/sh", "-c"]
  needs: []
  script:
    - shfmt -i 2 -ci -l -d src/bin/*