This action performs an analysis of the project and identifies architectural issues using depends.
Required Source code language: cpp, java, ruby, python, pom . Default "java".
The result of the analysis.
- name: Depends analysis step
uses: otrebmuh/dv8-github-action@v0.2
id: depends
with:
language: 'java'
# Use the output from the depends step
- name: Depends result
run: echo "The result of the analysis was ${{ steps.depends.outputs.result }}"