Closed shimont closed 4 years ago
I have never done CI before. A little explanation would be helpful
CI stands for Continues Integration. Now every pull request will automatically run basic build tests
yarn install
yarn build
Thanks. Figured that out. we added linting as well
I've added a CI process using GitHub actions