nightingale1/vendor/github.com/uber-go/tally/check_license.sh

5 lines
138 B
Bash
Raw Normal View History

2020-11-16 08:56:04 +08:00
#!/bin/bash
./node_modules/.bin/uber-licence --version || npm i uber-licence@latest
./node_modules/.bin/uber-licence --dry --file "*.go"