mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
ruby test/*_test.rb
|
|
script/build
|
|
script/html-proofer
|