playlist-entry-validator/run.ts
2022-09-13 10:04:27 +02:00

5 lines
66 B
TypeScript

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