6 lines
38 B
Bash
6 lines
38 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
golangci-lint run
|
|
|
#!/bin/sh
|
|
set -eu
|
|
|
|
golangci-lint run
|
|
|