Commit 3a2914bf authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

chore: Use globbing for linting test script folder

parent 2e635cc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ test-shellcheck:
  image: koalaman/shellcheck-alpine:stable
  needs: []
  script:
    - shellcheck src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret
    - shellcheck src/bin/auto-deploy test/*

test-shfmt:
  stage: test
@@ -12,4 +12,4 @@ test-shfmt:
    entrypoint: ["/bin/sh", "-c"]
  needs: []
  script:
    - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret
    - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/*