mirror of
https://github.com/stretchr/testify.git
synced 2025-07-15 00:29:53 +00:00
Fix shebang in .ci.*.sh scripts to ease running on platforms where bash is not in /bin/bash (ex: MacOS).
6 lines
42 B
Bash
Executable File
6 lines
42 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
go vet ./...
|