playlist-entry-validator/index.ts

5 lines
72 B
TypeScript
Raw Permalink Normal View History

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