woodpecker/vendor/github.com/tommy-muehle/go-mnd/v2/entrypoint.sh
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

7 lines
209 B
Bash

#!/usr/bin/env bash
# Expand the arguments into an array of strings. This is required because the GitHub action
# provides all arguments concatenated as a single string.
ARGS=("$@")
/bin/go-mnd "${ARGS[*]}"