Skip to content

This project creates an action to execute depends analysis on source code

Notifications You must be signed in to change notification settings

hdmsantander/depends-docker-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

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Depends docker action

This action executes depends analysis.

Inputs

args

Required The CLI args corresponding to the language and the source folder, defaults are java and src.

Outputs

depends.json

The result of the depends analysis in JSON format as a file in the root folder of the runner. This file can be uploaded as an artifact in the same workflow or can be used as is in the same job context.

Example usage

.github/workflows/main.yml

on: [push]

jobs:
  depends_job:
    runs-on: ubuntu-latest
    name: Depends analysis
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Execute depends.
        id: depends
        uses: hdmsantander/[email protected]
        with:
          args: ${{ env.workspace }} java src

About

This project creates an action to execute depends analysis on source code

Resources

Stars

Watchers

Forks

Packages

No packages published