Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tasso94/java-dependency-tree-diff


https://github.com/tasso94/java-dependency-tree-diff

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## GitHub Action: java-dependency-tree-diff

### Setup

Add the following workflow to your GitHub repository under `.github/workflows/main.yml` to enable the action:

```yaml
name: Java Dependency Tree Diff

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: tasso94/java-dependency-tree-diff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

### License

The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).