5 lines
No EOL
45 B
Bash
Executable file
5 lines
No EOL
45 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
golangci-lint run
|
|
make test |