discord-bot
discord-bot copied to clipboard
Add Github CI/CD
We should set up a continuous integration (CI) process that runs tests on every pull request (PR) using GitHub Actions. Additionally, we should set up continuous deployment (CD) so that when a new version is released using the GitHub release feature, the new code is automatically deployed to the server.
Related issue: https://github.com/python/core-workflow/issues/497