mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-17 12:11:14 +08:00
7 lines
41 B
Bash
Executable File
7 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npm test
|
|
npm run lint
|