playlist-entry-validator/run.ts

5 lines
66 B
TypeScript
Raw Normal View History

import { run } from 'probot';
import bot from './bot';
run(bot);