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