stef / libopaque

c implementation of the OPAQUE protocol with bindings for python, php, ruby, lua, zig, java, erlang, golang, js and SASL. also supports a threshold variants based on 2hashdh and 3hashtdh
GNU Lesser General Public License v3.0
71 stars 10 forks source link

[build] add an additional GitHub action to build and test the JS bindings #18

Closed creemama closed 3 years ago

creemama commented 3 years ago

I also changed from using apt-get to apt in codeql-analysis.yml.

I created a separate action since including the commands in codeql-analysis.yml significantly increased build time. This was because CodeQL attempted to examine the Emscripten emsdk files we downloaded.