mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-09 16:33:03 +01:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
import { run } from 'probot';
|
|
import appFn from './appFn';
|
|
|
|
run(appFn);
|