sebnitu / vrembem

A CSS component library based on the BEM methodology.

Home Page:https://vrembem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch from Travis to GitHub Actions

sebnitu opened this issue · comments

What and Why

Should look into switching from the Travis build and test CI service to just using native GitHub actions. This will allow me to have more consistent builds and reduce the Travis dependency. Should also only run build on PR and pushes to master since I've noticed that currently we're running the build twice (PR and all pushes).

This was added in #478