You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Action to execute tests and improve code quality (#69)
* First version of GitHub Actions for continous test
* Fixed syntax error
* Test to trigger GH action
* on:push: always
* Make "npm i" before test
* Correctly install lv_i18n
* install unity before running test
* Restored example file
* Matrix test with different nodejs versions
* Fixed node version in matrix
* Different C Compilers
* Fixed Syntax Terror
* Added more OS
* Fixed Syntax Terror
* Added more node versions
* Added macos-14
* Removed macos because of problems
# ../../src/lv_i18n.template.c:207:28: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdeclaration-after-statement]
0 commit comments