nasrabadiAM / tictactoe

Another Tic Tac Toe Game
Apache License 2.0
1 stars 0 forks source link

26 add linter and static analysis tools to GitHub actions and run tests in GitHub actions #28

Closed nasrabadiAM closed 3 months ago

nasrabadiAM commented 3 months ago

This PR resolves #26 and resolves #27. I added detekt and lint to project and add github actions to run all unit tests in every PR.