-
actions-audit
- Runnpm audit
and check for vulnerabilities -
actions-coverage
- Run Code Coverage -
actions-deploy
- Deploy a zip file to tangro-static file server -
actions-license-check
- Check licenses of packages listed in package.json against a list of allowed licenses -
actions-otrs
- Check issues and PRs for OTRS links and notify the OTRS tickets and reformat the URLs -
actions-release
- Build a release on milestone close -
actions-test
- Run Tests -
tangro-actions-template
- Action template with a workflow to automatically build the action
An action that runs npm audit --json
and fails the job if there are high
or critical
vulnerabilities. Also sets a status to the commit.
An action that collects the code coverage and sets a status to the commit with a summary.
An action to deploy a static site contained in a zip file to the tangro-static server.
An action that checks the production licenses of the packags listed in the package.json of a package against a list of allowed licenses.
An action that runs the tests and collects the test results. Annotations will be added directly to the files for failing tests. Also a status with the summary will be added.
A template for actions that have a workflow ready to automatically build the action and some basic dependencies and code snippets already ready.