This website requires JavaScript.
Explore
Help
Sign In
maciejpedzich
/
playlist-entry-validator
Watch
1
Star
0
Fork
0
You've already forked playlist-entry-validator
mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced
2024-11-12 18:03:01 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5e82956fcd
playlist-entry-validator
/
run.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add dev script for testing the bot locally
2022-09-13 10:04:27 +02:00
import
{
run
}
from
'probot'
;
Show a rename warning for valid playlist URLs
2023-01-27 14:22:17 +01:00
import
{
bot
}
from
'./bot'
;
Add dev script for testing the bot locally
2022-09-13 10:04:27 +02:00
run
(
bot
)
;
Reference in New Issue
Copy Permalink