-
Notifications
You must be signed in to change notification settings - Fork 0
Workflows
Max H edited this page Mar 28, 2022
·
1 revision
The following workflows are automated with github actions:
Automatically checks the code for vulnerabilities.
Gets executed on pushes to main and pull requests against main.
Creates the module documentation from the delieverd typedoc comments in the source code.
Gets executed on every push on main.
The documentation can be found here: https://software-engineering-dhbw.github.io/noodle_backend/
Builds and publish a npm package to the github npm repository. Executed on every tag creation. More information can be found here: https://github.com/orgs/Software-Engineering-DHBW/packages?repo_name=noodle_backend
Executes end to end and unit tests on every push to main and every pull request against main