tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Setup CI workflow #989

Closed RobinMalfait closed 1 year ago

RobinMalfait commented 1 year ago

This PR will setup CI for PRs.

This will run the build script as a minimum to make sure that the build script itself works. This doesn't verify the generated output yet.

However, this should still prevent version bumps, by bots like depfu, in packages with a different API to be (auto) merged.