Skip to content

otrebmuh/dv8-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depends DV8 analysis action

This action performs an analysis of the project and identifies architectural issues using depends.

Inputs

language

Required Source code language: cpp, java, ruby, python, pom . Default "java".

Outputs

result

The result of the analysis.

Example usage

- 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 }}"

About

Github action for DV8

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors