simonsmith / stylelint-selector-bem-pattern

Stylelint plugin that incorporates postcss-bem-linter
MIT License
244 stars 13 forks source link

Replace Travis CI with GitHub Actions #57

Closed AlecRust closed 3 years ago

AlecRust commented 3 years ago

Current Problem

Travis build is failing on Node 6 but passing on Node latest.

https://travis-ci.org/github/simonsmith/stylelint-selector-bem-pattern/jobs/770353884

Don't think we need to support as low as Node 6.

Solution

Replace Travis with GitHub Actions, run on Node versions 12, 14 and 16.