geongeorge / i-hate-regex

The code for iHateregex.io 😈 - The Regex Cheat Sheet
https://iHateRegex.io
4.5k stars 320 forks source link

Adding CI #23

Closed shimont closed 4 years ago

shimont commented 4 years ago

I've added a CI process using GitHub actions

geongeorge commented 4 years ago

I have never done CI before. A little explanation would be helpful

shimont commented 4 years ago

CI stands for Continues Integration. Now every pull request will automatically run basic build tests yarn install yarn build

geongeorge commented 4 years ago

Thanks. Figured that out. we added linting as well