streamlit / component-template

Templates and example code for creating Streamlit Components
https://streamlit.io
Apache License 2.0
439 stars 217 forks source link

Add basic CI setup for examples #33

Closed sfc-gh-kbregula closed 1 year ago

sfc-gh-kbregula commented 1 year ago

We don't have any tests for the examples we have in this repository. At the beginning, we can start with compiling the code, because this causes different problems on different versions of Node.

Once we know that the code is compiling, we can add other tests, including E2E tests.