test-shellcheck:
  stage: test
  image: koalaman/shellcheck-alpine
  needs: []
  script:
    - shellcheck src/release.sh
    - shellcheck src/npm-publish.sh