tvdhout / lichess-discord-bot

Discord bot for chess puzzles and information from https://lichess.org
MIT License
16 stars 5 forks source link

Add CI pipeline #12

Closed ddugovic closed 3 years ago

ddugovic commented 3 years ago

GitHub can lint and test code with every commit (free for open source projects): https://github.com/features/actions

tvdhout commented 3 years ago

I will definitely implement this, thanks! First I want to update the puzzle system to be compatible with the new lichess puzzle system. I will also need to create the dependency list.

tvdhout commented 3 years ago

... Maybe not, since my code doesn't need linting, and it's difficult to test discord bot applications automatically like this.