3 Commits

Author SHA1 Message Date
381bfb32b2 Merge branch 'master' of ssh://prod1:2222/thegrind/papibot into Dockerfile
Bringing in Javi's changes to master.
2025-02-14 00:15:52 -05:00
7e55444346 Add validation package (#19)
Closes #7

Added a simple validation package we can expand on. For now we can use it to validate links that get sent to the bot and make sure that:
1. It's an actual url
2. It's a url for a service we support

Also added a make file to run tests and other tasks we might need in the future.

Added a github action to run tests.

Reviewed-on: #19
Co-authored-by: Javier Feliz <me@javierfeliz.com>
Co-committed-by: Javier Feliz <me@javierfeliz.com>
2025-02-13 22:10:24 -07:00
d6ebe0f0e5 Dockerize the build process
Add docker build commands to README

Clean up Dockerfile.runtime
2025-02-13 23:54:20 -05:00