mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
let's see
This commit is contained in:
12
.github/scripts/setup_examples_test.bash
vendored
Executable file
12
.github/scripts/setup_examples_test.bash
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in *; do
|
||||
if [ -d "$f" ]; then
|
||||
# Will not run if no directories are available
|
||||
go mod init
|
||||
go mod download
|
||||
go run .
|
||||
fi
|
||||
done
|
||||
|
||||
# git update-index --chmod=+x ./.github/scripts/setup_examples_test.bash
|
||||
Reference in New Issue
Block a user