mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 10:27:43 +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
|