mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-10 00:43:02 +01:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
import { run } from 'probot';
|
|
import { bot } from './bot';
|
|
|
|
run(bot);
|